|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.utils.MerkleTree.MerkleTreeSerializer
public static class MerkleTree.MerkleTreeSerializer
Constructor Summary | |
---|---|
MerkleTree.MerkleTreeSerializer()
|
Method Summary | |
---|---|
MerkleTree |
deserialize(java.io.DataInputStream dis,
int version)
Deserialize into the specified DataInputStream instance. |
void |
serialize(MerkleTree mt,
java.io.DataOutputStream dos,
int version)
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 MerkleTree.MerkleTreeSerializer()
Method Detail |
---|
public void serialize(MerkleTree mt, java.io.DataOutputStream dos, int version) throws java.io.IOException
ICompactSerializer
serialize
in interface ICompactSerializer<MerkleTree>
mt
- type that needs to be serializeddos
- DataOutput into which serialization needs to happen.
java.io.IOException
public MerkleTree deserialize(java.io.DataInputStream dis, int version) throws java.io.IOException
ICompactSerializer
deserialize
in interface ICompactSerializer<MerkleTree>
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 |