Serialized Form
-
Package org.wildfly.clustering.marshalling
-
Class org.wildfly.clustering.marshalling.ByteBufferMarshalledKey
- serialVersionUID:
- 7317347779979133897L
-
Serialized Fields
-
hashCode
int hashCode
The hash code of the marshalled value
-
-
Class org.wildfly.clustering.marshalling.ByteBufferMarshalledValue
class ByteBufferMarshalledValue extends Object implements Serializable- serialVersionUID:
- -8419893544424515905L
-
Serialization Methods
-
readObject
Reads this object from the specified input stream.- Parameters:
input- an input stream- Throws:
IOException- if the fields of this object could not be readClassNotFoundException- if this class could not be loaded by the class loader of the current thread context
-
writeObject
Writes this object to the specified output stream.- Parameters:
output- an output stream- Throws:
IOException- if the fields of this object could not be written
-
-