| Class | Description |
|---|---|
| BoundedCollectionMarshaller<T extends Collection<Object>> |
Collection marshaller for bounded collections.
|
| CollectionMarshaller<T extends Collection<Object>,C,CC> |
ProtoStream optimized collection marshaller.
|
| ContextualCollectionMarshaller<T extends Collection<Object>,C> |
Collection marshaller for collections constructed with a context.
|
| ContextualMapMarshaller<T extends Map<Object,Object>,C> |
Marshaller for maps constructed with a context.
|
| EnumMapMarshaller<E extends Enum<E>> | |
| EnumSetMarshaller<E extends Enum<E>> |
ProtoStream optimized marshaller for an EnumSet
|
| HashMapMarshaller<T extends Map<Object,Object>> | |
| HashSetMarshaller<T extends Set<Object>> |
Marshaller for hash table based sets constructed with a capacity rather than a size.
|
| LinkedHashMapMarshaller | |
| MapEntryMarshaller<T extends Map.Entry<Object,Object>> | |
| MapMarshaller<T extends Map<Object,Object>,C,CC> |
Generic marshaller for
Map implementations. |
| SingletonCollectionMarshaller<T extends Collection<Object>> | |
| SingletonMapMarshaller<T extends Map<Object,Object>> | |
| SortedMapMarshaller<T extends SortedMap<Object,Object>> | |
| SortedSetMarshaller<T extends SortedSet<Object>> |
Marshaller for a
SortedSet. |
| UnboundedCollectionMarshaller<T extends Collection<Object>> |
Collection marshaller for unbounded collections.
|
| Enum | Description |
|---|---|
| OptionalMarshaller |
ProtoStream optimized marshallers for optional types.
|
| UtilMarshaller | |
| UUIDMarshaller |
Marshaller for a
UUID using fixed size longs. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.