public static class DisconnectMessage.DisconnectSerializer extends Serializer
log| Constructor and Description | 
|---|
| DisconnectSerializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| DisconnectMessage | readObject(java.nio.ByteBuffer data,
          java.lang.Class c)Read an object from the buffer, effectively deserializing it. | 
| void | writeObject(java.nio.ByteBuffer buffer,
           java.lang.Object object)Write an object to the buffer, effectively serializing it. | 
getExactSerializer, getExactSerializerRegistration, getSerializer, getSerializer, getSerializerRegistration, getSerializerRegistration, getSerializerRegistrations, initialize, initialize, isReadOnly, readClass, readClassAndObject, registerClass, registerClass, registerClass, registerClasses, registerClassForId, registerPackage, setReadOnly, setStrictRegistration, writeClass, writeClassAndObjectpublic DisconnectMessage readObject(java.nio.ByteBuffer data, java.lang.Class c) throws java.io.IOException
SerializerreadObject in class Serializerdata - The buffer to read from.c - The class of the object.java.io.IOException - If deserializing fails.public void writeObject(java.nio.ByteBuffer buffer,
                        java.lang.Object object)
                 throws java.io.IOException
SerializerwriteObject in class Serializerbuffer - The buffer to write to.object - The object to serialize.java.io.IOException - If serializing fails.