|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cassandra.db.WriteResponse.WriteResponseSerializer
public static class WriteResponse.WriteResponseSerializer
Constructor Summary | |
---|---|
WriteResponse.WriteResponseSerializer()
|
Method Summary | |
---|---|
WriteResponse |
deserialize(java.io.DataInputStream dis)
Deserialize into the specified DataInputStream instance. |
void |
serialize(WriteResponse wm,
java.io.DataOutputStream dos)
Serialize the specified type into the specified DataOutputStream instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriteResponse.WriteResponseSerializer()
Method Detail |
---|
public void serialize(WriteResponse wm, java.io.DataOutputStream dos) throws java.io.IOException
ICompactSerializer
serialize
in interface ICompactSerializer<WriteResponse>
wm
- type that needs to be serializeddos
- DataOutput into which serialization needs to happen.
java.io.IOException
public WriteResponse deserialize(java.io.DataInputStream dis) throws java.io.IOException
ICompactSerializer
deserialize
in interface ICompactSerializer<WriteResponse>
dis
- DataInput from which deserialization needs to happen.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |