Uses of Class
org.mapdb.elsa.ElsaSerializerPojo
-
Uses of ElsaSerializerPojo in org.mapdb.elsa
Fields in org.mapdb.elsa declared as ElsaSerializerPojoModifier and TypeFieldDescriptionprotected ElsaSerializerPojoElsaObjectInputStream.serializerprotected final ElsaSerializerPojoElsaObjectOutputStream.serializerprivate ElsaSerializerPojoObjectInputStream2.serializerPojoprivate ElsaSerializerPojoObjectOutputStream2.serializerPojoMethods in org.mapdb.elsa that return ElsaSerializerPojoModifier and TypeMethodDescriptionElsaMaker.make()Creates new serializer with configuration from this builderConstructors in org.mapdb.elsa with parameters of type ElsaSerializerPojoModifierConstructorDescriptionElsaObjectInputStream(DataInput input, ElsaSerializerPojo serializer) Construct newElsaObjectOutputStream(DataOutput out, ElsaSerializerPojo serializer) Takes DataOutput and Elsa SerializerprotectedObjectInputStream2(ElsaSerializerPojo serializerPojo, InputStream in) protectedObjectOutputStream2(ElsaSerializerPojo serializerPojo, OutputStream out)