public class Name extends AbstractEntry implements SmartExternalizable
| Constructor and Description | 
|---|
| Name()Construct an empty instance of this class. | 
| Name(String name)Construct an instance of this class, with all fields initialized appropriately. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | readExternal(ObjectInput in) | 
| void | writeExternal(ObjectOutput out) | 
equals, equals, hashCode, hashCode, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitenabledSmartExternalizableWithReferencepublic String name
public Name()
public Name(String name)
name - the value of the namepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.