org.apache.cassandra.net.io
Class FastSerializer

java.lang.Object
  extended by org.apache.cassandra.net.io.FastSerializer
All Implemented Interfaces:
ISerializer

public class FastSerializer
extends java.lang.Object
implements ISerializer


Constructor Summary
FastSerializer()
           
 
Method Summary
 Message deserialize(byte[] bytes)
           
 byte[] serialize(Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastSerializer

public FastSerializer()
Method Detail

serialize

public byte[] serialize(Message message)
                 throws java.io.IOException
Specified by:
serialize in interface ISerializer
Throws:
java.io.IOException

deserialize

public Message deserialize(byte[] bytes)
                    throws java.io.IOException
Specified by:
deserialize in interface ISerializer
Throws:
java.io.IOException


Copyright © 2009 The Apache Software Foundation