| AbstractCollectionMarshaller<T extends Collection<Object>> |
Abstract collection marshaller that writes the elements of the collection.
|
| AbstractMapMarshaller<T extends Map<Object,Object>> |
Abstract marshaller for a Map that writes the entries of the map.
|
| CalendarMarshaller |
|
| CollectionMarshaller<T extends Collection<Object>> |
Marshaller for a basic collection.
|
| EnumMapMarshaller<E extends Enum<E>> |
|
| EnumSetFieldSetMarshaller<E extends Enum<E>> |
Marshaller for the fields of an EnumSet.
|
| EnumSetMarshaller<E extends Enum<E>> |
|
| LinkedHashMapMarshaller |
|
| MapEntryMarshaller<T extends Map.Entry<Object,Object>> |
|
| MapMarshaller<T extends Map<Object,Object>> |
|
| SingletonCollectionMarshaller<T extends Collection<Object>> |
Marshaller for singleton collections.
|
| SingletonMapMarshaller |
Marshaller for a singleton map.
|
| SortedMapMarshaller<T extends SortedMap<Object,Object>> |
|
| SortedSetMarshaller<T extends SortedSet<Object>> |
|
| UnmodifiableCollectionMarshaller<E,T extends Collection<Object>> |
|
| UnmodifiableMapMarshaller<T extends Map<Object,Object>> |
Marshaller for unmodifiable maps created via Map.of() or java.util.Map#ofEntries() methods.
|