com.gcapmedia.dab.epg
Interface Marshaller

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BinaryMarshaller, XmlMarshaller

public interface Marshaller
extends java.io.Serializable

Interface for a class wishing to participate in the marshalling and unmarshalling of the stack.


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
 

Method Detail

marshall

byte[] marshall(Epg epg)
                throws MarshallException
Marshall a single instance of the EPG

Throws:
MarshallException

unmarshall

Epg unmarshall(byte[] bytes)
Unmarshall a single marshalled instance of the EPG



Copyright © 2007. All Rights Reserved.