abdera icon indicating copy to clipboard operation
abdera copied to clipboard

ABDERA-352 @Extension annotated List<>

Open nicolasyanncouturier opened this issue 12 years ago • 0 comments

Used the same system in BaseSerializer.writeExtensions() as in BaseSerializer.writeElements() with calling BaseSerializer.toArray() and looping through the values.

@Extension annotated List<> of object now get serialized into multiple elements. See extensions/serializer/src/test/java/org/apache/abdera/test/ext/serializer/ExtensionAnnotationTest.java for details.

nicolasyanncouturier avatar Oct 18 '13 13:10 nicolasyanncouturier