public class ObjectGroup extends java.lang.Object implements FastSerializable
Constructor and Description |
---|
ObjectGroup(java.io.DataInput in)
Deserialization constructor.
|
ObjectGroup(LongKeyMap<SerializedObject> objects) |
Modifier and Type | Method and Description |
---|---|
LongKeyMap<SerializedObject> |
objects()
The objects as a map from their onums to the objects.
|
void |
write(java.io.DataOutput out)
Serializes the group onto the given output stream.
|
public ObjectGroup(LongKeyMap<SerializedObject> objects)
public ObjectGroup(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public LongKeyMap<SerializedObject> objects()
public void write(java.io.DataOutput out) throws java.io.IOException
write
in interface FastSerializable
java.io.IOException