Uses of Interface
se.l4.commons.serialization.SerializerCollection
-
Uses of SerializerCollection in se.l4.commons.serialization
Classes in se.l4.commons.serialization that implement SerializerCollection Modifier and Type Class Description classAbstractSerializerCollectionDefault implementation ofSerializerCollection.classDefaultSerializerCollectionDefault implementation ofSerializerCollection.classWrappedSerializerCollectionImplementation ofSerializerCollectionthat wraps another collection.Methods in se.l4.commons.serialization that return SerializerCollection Modifier and Type Method Description SerializerCollectionAbstractSerializerCollection. bind(Class<?> type)<T> SerializerCollectionAbstractSerializerCollection. bind(Class<T> type, Serializer<T> serializer)<T> SerializerCollectionDefaultSerializerCollection. bind(Class<T> type, SerializerResolver<? extends T> resolver)SerializerCollectionSerializerCollection. bind(Class<?> type)Bind a certain type automatically discovering which serializer to use.<T> SerializerCollectionSerializerCollection. bind(Class<T> type, Serializer<T> serializer)Bind a given type to the specified serializer.<T> SerializerCollectionSerializerCollection. bind(Class<T> type, SerializerResolver<? extends T> resolver)Bind a given type to the specified resolver.<T> SerializerCollectionWrappedSerializerCollection. bind(Class<T> type, SerializerResolver<? extends T> resolver)Constructors in se.l4.commons.serialization with parameters of type SerializerCollection Constructor Description WrappedSerializerCollection(SerializerCollection other) -
Uses of SerializerCollection in se.l4.commons.serialization.internal
Methods in se.l4.commons.serialization.internal that return SerializerCollection Modifier and Type Method Description SerializerCollectionTypeEncounterImpl. getCollection()Constructors in se.l4.commons.serialization.internal with parameters of type SerializerCollection Constructor Description DelayedSerializer(SerializerCollection collection, Type type, Annotation[] hints)TypeEncounterImpl(SerializerCollection collection, Type type, List<Annotation> annotations) -
Uses of SerializerCollection in se.l4.commons.serialization.internal.reflection
Methods in se.l4.commons.serialization.internal.reflection with parameters of type SerializerCollection Modifier and Type Method Description static <T> FactoryDefinition<T>FactoryDefinition. resolve(SerializerCollection collection, Type parentType, Map<String,FieldDefinition> fields, Map<String,FieldDefinition> nonRenamed, com.fasterxml.classmate.members.ResolvedConstructor constructor) -
Uses of SerializerCollection in se.l4.commons.serialization.spi
Methods in se.l4.commons.serialization.spi that return SerializerCollection Modifier and Type Method Description SerializerCollectionTypeEncounter. getCollection()Get the collection this encounter is for. -
Uses of SerializerCollection in se.l4.commons.serialization.standard
Constructors in se.l4.commons.serialization.standard with parameters of type SerializerCollection Constructor Description CompactDynamicSerializer(SerializerCollection collection)DynamicSerializer(SerializerCollection collection)