Uses of Class
com.bubble.serializer.DeserializationContext

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

Uses of DeserializationContext in com.bubble.serializer
 

Methods in com.bubble.serializer with parameters of type DeserializationContext
 java.lang.Object Deserializer.instantiate(java.nio.ByteBuffer buffer, DeserializationContext context)
          Returns a new object, possibly reading instantiation information from the buffer.
 void Deserializer.deserialize(java.lang.Object obj, java.nio.ByteBuffer buffer, DeserializationContext context)
          Reads the state of the object from the buffer.
 



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