public class SingletonSerializeAsToken implements SerializeAsToken
A base class for implementing large objects / components / services that need to serialize themselves to a string token to indicate which instance the token is a serialized form of.
| Constructor and Description |
|---|
SingletonSerializeAsToken()
A base class for implementing large objects / components / services that need to serialize themselves to a string token
to indicate which instance the token is a serialized form of.
|
| Modifier and Type | Method and Description |
|---|---|
SerializationToken |
toToken(SerializeAsTokenContext context) |
toTokenpublic SingletonSerializeAsToken()
A base class for implementing large objects / components / services that need to serialize themselves to a string token to indicate which instance the token is a serialized form of.
public SerializationToken toToken(SerializeAsTokenContext context)