org.apache.cassandra.net.io
Interface ISerializer

All Known Implementing Classes:
FastSerializer

public interface ISerializer


Method Summary
 Message deserialize(byte[] bytes)
           
 byte[] serialize(Message message)
           
 

Method Detail

serialize

byte[] serialize(Message message)
                 throws java.io.IOException
Throws:
java.io.IOException

deserialize

Message deserialize(byte[] bytes)
                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 The Apache Software Foundation