net.metanotion.io.data
Class NullBytes

java.lang.Object
  extended by net.metanotion.io.data.NullBytes
All Implemented Interfaces:
Serializer

public class NullBytes
extends Object
implements Serializer


Constructor Summary
NullBytes()
           
 
Method Summary
 Object construct(byte[] b)
           
 byte[] getBytes(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullBytes

public NullBytes()
Method Detail

getBytes

public byte[] getBytes(Object o)
Specified by:
getBytes in interface Serializer

construct

public Object construct(byte[] b)
Specified by:
construct in interface Serializer