pl.edu.pjwstk.yaod.store
Class AtomSerializer

java.lang.Object
  |
  +--pl.edu.pjwstk.yaod.store.AtomSerializer

public class AtomSerializer
extends java.lang.Object


Method Summary
 Atom atomDeserialize(byte[] rawAtm)
           
 byte[] atomSerialize(Atom atm)
           
static AtomSerializer getAtomSerializer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAtomSerializer

public static AtomSerializer getAtomSerializer()

atomDeserialize

public Atom atomDeserialize(byte[] rawAtm)

atomSerialize

public byte[] atomSerialize(Atom atm)