com.thoughtworks.xstream.io.binary
Class Token.MapIdToValue
java.lang.Object
com.thoughtworks.xstream.io.binary.Token
com.thoughtworks.xstream.io.binary.Token.MapIdToValue
- Enclosing class:
- Token
- public static class Token.MapIdToValue
- extends Token
Method Summary |
void |
readFrom(java.io.DataInput in,
byte idType)
|
void |
writeTo(java.io.DataOutput out,
byte idType)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Token.MapIdToValue
public Token.MapIdToValue(long id,
java.lang.String value)
Token.MapIdToValue
public Token.MapIdToValue()
writeTo
public void writeTo(java.io.DataOutput out,
byte idType)
throws java.io.IOException
- Specified by:
writeTo
in class Token
- Throws:
java.io.IOException
readFrom
public void readFrom(java.io.DataInput in,
byte idType)
throws java.io.IOException
- Specified by:
readFrom
in class Token
- Throws:
java.io.IOException
Joe Walnes, http://xstream.codehaus.org/