Key - Value - public static final class ListNode.NodeMarshaller<Key,Value> extends VariableMarshaller<ListNode<Key,Value>>
| Constructor and Description |
|---|
ListNode.NodeMarshaller(Marshaller<Key> keyMarshaller,
Marshaller<Value> valueMarshaller) |
| Modifier and Type | Method and Description |
|---|---|
ListNode<Key,Value> |
readPayload(java.io.DataInput is)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(ListNode<Key,Value> node,
java.io.DataOutput os)
Write the payload of the object to the DataOutput stream.
|
deepCopy, getFixedSize, isDeepCopySupportedpublic ListNode.NodeMarshaller(Marshaller<Key> keyMarshaller, Marshaller<Value> valueMarshaller)
public void writePayload(ListNode<Key,Value> node, java.io.DataOutput os) throws java.io.IOException
Marshallerjava.io.IOExceptionpublic ListNode<Key,Value> readPayload(java.io.DataInput is) throws java.io.IOException
Marshallerjava.io.IOExceptionCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.