abdera icon indicating copy to clipboard operation
abdera copied to clipboard

Mirror of Apache Abdera

Results 3 abdera issues
Sort by recently updated
recently updated
newest added

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...

The test would most likely need to be split in several ones, however I tried to be as little intrusive as I could. I can split it upon request.