From d29c62c0460de1e1c5a342025032cbb1ddcd8c13 Mon Sep 17 00:00:00 2001 From: joehni Date: Fri, 5 Jan 2018 13:20:27 +0100 Subject: [PATCH] Provide methods in AbstractCollectionConverter that read and write in a balanced way from and to the hierarchical stream. --- xstream-distribution/src/content/changes.html | 15 +++- .../AbstractCollectionConverter.java | 89 +++++++++++++++++-- .../collections/ArrayConverter.java | 8 +- .../collections/CollectionConverter.java | 7 +- .../converters/collections/MapConverter.java | 15 ++-- .../SingletonCollectionConverter.java | 6 +- .../collections/SingletonMapConverter.java | 11 +-- .../collections/TreeMapConverter.java | 4 +- .../collections/TreeSetConverter.java | 5 +- .../extended/NamedCollectionConverter.java | 17 +++- .../converters/extended/SubjectConverter.java | 8 +- 11 files changed, 137 insertions(+), 48 deletions(-) diff --git a/xstream-distribution/src/content/changes.html b/xstream-distribution/src/content/changes.html index 2507c1aea..bb10f0110 100644 --- a/xstream-distribution/src/content/changes.html +++ b/xstream-distribution/src/content/changes.html @@ -1,7 +1,7 @@