|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XAttributeMapSerializer
This interface defines binary serialization of XAttributeMap instances, based on the DataInput and DataOutput interfaces.
Method Summary | |
---|---|
XAttributeMap |
deserialize(java.io.DataInput in)
Deserializes an attribute map from a given data source. |
void |
serialize(XAttributeMap map,
java.io.DataOutput out)
Serializes an attribute map to the given output. |
Method Detail |
---|
void serialize(XAttributeMap map, java.io.DataOutput out) throws java.io.IOException
map
- Attribute map to be serialized.out
- Data output interface.
java.io.IOException
XAttributeMap deserialize(java.io.DataInput in) throws java.io.IOException
in
- Data input interface to read from.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |