org.apache.cassandra.service
Class AntiEntropyService.TreeRequest.TreeRequestSerializer

java.lang.Object
  extended by org.apache.cassandra.service.AntiEntropyService.TreeRequest.TreeRequestSerializer
All Implemented Interfaces:
IVersionedSerializer<AntiEntropyService.TreeRequest>
Enclosing class:
AntiEntropyService.TreeRequest

public static class AntiEntropyService.TreeRequest.TreeRequestSerializer
extends java.lang.Object
implements IVersionedSerializer<AntiEntropyService.TreeRequest>


Constructor Summary
AntiEntropyService.TreeRequest.TreeRequestSerializer()
           
 
Method Summary
 AntiEntropyService.TreeRequest deserialize(java.io.DataInput dis, int version)
          Deserialize into the specified DataInputStream instance.
 void serialize(AntiEntropyService.TreeRequest request, java.io.DataOutput dos, int version)
          Serialize the specified type into the specified DataOutputStream instance.
 long serializedSize(AntiEntropyService.TreeRequest request, int version)
          Calculate serialized size of object without actually serializing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntiEntropyService.TreeRequest.TreeRequestSerializer

public AntiEntropyService.TreeRequest.TreeRequestSerializer()
Method Detail

serialize

public void serialize(AntiEntropyService.TreeRequest request,
                      java.io.DataOutput dos,
                      int version)
               throws java.io.IOException
Description copied from interface: IVersionedSerializer
Serialize the specified type into the specified DataOutputStream instance.

Specified by:
serialize in interface IVersionedSerializer<AntiEntropyService.TreeRequest>
Parameters:
request - type that needs to be serialized
dos - DataOutput into which serialization needs to happen.
version - protocol version
Throws:
java.io.IOException

deserialize

public AntiEntropyService.TreeRequest deserialize(java.io.DataInput dis,
                                                  int version)
                                           throws java.io.IOException
Description copied from interface: IVersionedSerializer
Deserialize into the specified DataInputStream instance.

Specified by:
deserialize in interface IVersionedSerializer<AntiEntropyService.TreeRequest>
Parameters:
dis - DataInput from which deserialization needs to happen.
version - protocol version
Returns:
the type that was deserialized
Throws:
java.io.IOException

serializedSize

public long serializedSize(AntiEntropyService.TreeRequest request,
                           int version)
Description copied from interface: IVersionedSerializer
Calculate serialized size of object without actually serializing.

Specified by:
serializedSize in interface IVersionedSerializer<AntiEntropyService.TreeRequest>
Parameters:
request - object to calculate serialized size
version - protocol version
Returns:
serialized size of object t


Copyright © 2012 The Apache Software Foundation