Uses of Package
com.bubble.serializer

Packages that use com.bubble.serializer
com.bubble.serializer Faster Java Serialization classes. 
 

Classes in com.bubble.serializer used by com.bubble.serializer
DeserializationContext
          The DeserializationContext allows Objects and object graphs that were serialized by a SerializationContext to be read from a ByteBuffer.
Deserializer
          Interface of the custom deserializers for each class.
SerializationContext
          The SerializationContext allows Objects and object graphs to be written to a ByteBuffer in serialized form.
Serializer
          Interface of the custom serializers for each class.
 



Faster Java Serialization.
Copyright (C) 2006 Leonardo Bubble Mesquita.