|
||||||||||
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(DataInput in)
Deserializes an attribute map from a given data source. |
void |
serialize(XAttributeMap map,
DataOutput out)
Serializes an attribute map to the given output. |
Method Detail |
---|
void serialize(XAttributeMap map, DataOutput out) throws IOException
map
- Attribute map to be serialized.out
- Data output interface.
IOException
XAttributeMap deserialize(DataInput in) throws IOException
in
- Data input interface to read from.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |