com.gcapmedia.dab.epg.binary
Class BinaryMarshaller

java.lang.Object
  extended by com.gcapmedia.dab.epg.binary.BinaryMarshaller
All Implemented Interfaces:
Marshaller, java.io.Serializable

public class BinaryMarshaller
extends java.lang.Object
implements Marshaller

See Also:
Serialized Form

Constructor Summary
BinaryMarshaller()
           
 
Method Summary
 byte[] marshall(Epg epg)
          Marshall a single instance of the EPG
 Epg unmarshall(byte[] bytes)
          Unmarshall a single marshalled instance of the EPG
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryMarshaller

public BinaryMarshaller()
Method Detail

marshall

public byte[] marshall(Epg epg)
Description copied from interface: Marshaller
Marshall a single instance of the EPG

Specified by:
marshall in interface Marshaller
See Also:
Marshaller.marshall(com.gcapmedia.dab.epg.Epg)

unmarshall

public Epg unmarshall(byte[] bytes)
Description copied from interface: Marshaller
Unmarshall a single marshalled instance of the EPG

Specified by:
unmarshall in interface Marshaller
See Also:
Marshaller.unmarshall(byte[])


Copyright © 2007. All Rights Reserved.