Uses of Interface
org.eclipse.persistence.sessions.serializers.Serializer
-
-
Uses of Serializer in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return types with arguments of type Serializer Modifier and Type Method Description Class<? extends Serializer>serializerClass()The serializer class to be used. -
Uses of Serializer in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as Serializer Modifier and Type Field Description protected SerializerAbstractSession. serializerSet the Serializer to use by default for serialization.Methods in org.eclipse.persistence.internal.sessions that return Serializer Modifier and Type Method Description SerializerAbstractSession. getSerializer()Return the Serializer to use by default for serialization.Methods in org.eclipse.persistence.internal.sessions with parameters of type Serializer Modifier and Type Method Description voidAbstractSession. setSerializer(Serializer serializer)Set the Serializer to use by default for serialization. -
Uses of Serializer in org.eclipse.persistence.mappings.converters
Fields in org.eclipse.persistence.mappings.converters declared as Serializer Modifier and Type Field Description protected SerializerSerializedObjectConverter. serializerMethods in org.eclipse.persistence.mappings.converters that return Serializer Modifier and Type Method Description SerializerSerializedObjectConverter. getSerializer()Return the serialize used for this converter.Methods in org.eclipse.persistence.mappings.converters with parameters of type Serializer Modifier and Type Method Description voidSerializedObjectConverter. setSerializer(Serializer serializer)Set the serialize used for this converter.Constructors in org.eclipse.persistence.mappings.converters with parameters of type Serializer Constructor Description SerializedObjectConverter(DatabaseMapping mapping, Serializer serializer)PUBLIC: Default constructor. -
Uses of Serializer in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return Serializer Modifier and Type Method Description SerializerSession. getSerializer()Return the Serializer to use by default for serialization.Methods in org.eclipse.persistence.sessions with parameters of type Serializer Modifier and Type Method Description voidSession. setSerializer(Serializer serializer)Set the Serializer to use by default for serialization. -
Uses of Serializer in org.eclipse.persistence.sessions.coordination
Fields in org.eclipse.persistence.sessions.coordination declared as Serializer Modifier and Type Field Description protected SerializerRemoteCommandManager. serializerSet the Serializer to use for serialization of commands.Methods in org.eclipse.persistence.sessions.coordination that return Serializer Modifier and Type Method Description SerializerRemoteCommandManager. getSerializer()PUBLIC: Return the Serializer to use for serialization of commands.Methods in org.eclipse.persistence.sessions.coordination with parameters of type Serializer Modifier and Type Method Description voidRemoteCommandManager. setSerializer(Serializer serializer)PUBLIC: Set the Serializer to use for serialization of commands. -
Uses of Serializer in org.eclipse.persistence.sessions.serializers
Classes in org.eclipse.persistence.sessions.serializers that implement Serializer Modifier and Type Class Description classAbstractSerializerAbstract Serializer class.classJavaSerializerPlain old Java serialization.classJSONSerializerUses EclipseLink Moxy to convert an object to JSON.classXMLSerializerUses JAXB (MOXy runtime) to convert an object to XML.
-