| |
|
| java.lang.Object com.tc.net.groups.NodeIDSerializer
NodeIDSerializer | public class NodeIDSerializer implements TCSerializable(Code) | | This is a helper class to hide the serialization and deserialization of NodeID implementations from external world.
Having it here makes it easy to abstract the differences from everywhere else. The downside is that when a new
implementation comes around this class needs to be updated.
|
NodeIDSerializer | public NodeIDSerializer()(Code) | | |
NodeIDSerializer | public NodeIDSerializer(NodeID nodeID)(Code) | | |
|
|
|