Uses of Interface
org.deckfour.xes.model.buffered.XAttributeMapSerializer
-
Packages that use XAttributeMapSerializer Package Description org.deckfour.xes.model.buffered -
-
Uses of XAttributeMapSerializer in org.deckfour.xes.model.buffered
Classes in org.deckfour.xes.model.buffered that implement XAttributeMapSerializer Modifier and Type Class Description classXAttributeMapSerializerImplThis class provides binary serialization of XAttributeMap instances, based on the DataInput and DataOutput interfaces.Fields in org.deckfour.xes.model.buffered declared as XAttributeMapSerializer Modifier and Type Field Description protected XAttributeMapSerializerXFastEventList. attributeMapSerializerAttribute map serializer.Constructors in org.deckfour.xes.model.buffered with parameters of type XAttributeMapSerializer Constructor Description XAbstractAttributeMapBufferedImpl(XAttributeMapSerializer serializer)Creates a new attribute map.XAbstractAttributeMapBufferedImpl(NikeFS2StorageProvider provider, 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.
-