Uses of Interface
org.deckfour.xes.model.buffered.XAttributeMapSerializer

Packages that use XAttributeMapSerializer
org.deckfour.xes.model.buffered   
 

Uses of XAttributeMapSerializer in org.deckfour.xes.model.buffered
 

Classes in org.deckfour.xes.model.buffered that implement XAttributeMapSerializer
 class XAttributeMapSerializerImpl
          This class provides binary serialization of XAttributeMap instances, based on the DataInput and DataOutput interfaces.
 

Fields in org.deckfour.xes.model.buffered declared as XAttributeMapSerializer
protected  XAttributeMapSerializer XFastEventList.attributeMapSerializer
          Attribute map serializer.
 

Constructors in org.deckfour.xes.model.buffered with parameters of type XAttributeMapSerializer
XAbstractAttributeMapBufferedImpl(NikeFS2StorageProvider provider, XAttributeMapSerializer serializer)
          Creates a new attribute map.
XAbstractAttributeMapBufferedImpl(XAttributeMapSerializer serializer)
          Creates a new attribute map.
XFastEventList(XAttributeMapSerializer attributeMapSerializer)
          Creates a new fast event list.
XSequentialEventBuffer(NikeFS2StorageProvider aProvider, XAttributeMapSerializer attributeMapSerializer)
          Creates and initializes a new instance of this class.
XTraceBufferedImpl(XAttributeMap attributeMap, XAttributeMapSerializer attributeMapSerializer)
          Creates a new trace.