Modifier and Type | Method and Description |
---|---|
AppendableBytes |
Save.getAppendableBytes()
Returns the AppendableBytes object where the persistent data is to be saved.
|
Modifier and Type | Method and Description |
---|---|
void |
_Jid.save(AppendableBytes appendableBytes)
Saves the persistent data in a byte array.
|
void |
Jid.save(AppendableBytes appendableBytes)
Saves the persistent data in a byte array.
|
protected void |
Jid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Constructor and Description |
---|
Save(AppendableBytes appendableBytes)
Create a Save request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CollectionJid.saveLen(AppendableBytes appendableBytes)
Writes the size of the serialized data (exclusive of its length header).
|
Modifier and Type | Method and Description |
---|---|
protected void |
TupleJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
protected void |
AppJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ListJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BooleanJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DoubleJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FloatJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IntegerJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LongJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VLenScalarJid.saveLen(AppendableBytes appendableBytes)
Writes the size of the serialized data (exclusive of its length header).
|
Modifier and Type | Method and Description |
---|---|
protected void |
RootJid.saveLen(AppendableBytes appendableBytes)
The length is not saved.
|
protected void |
UnionJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
protected void |
ActorJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BytesJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StringJid.serialize(AppendableBytes appendableBytes)
Serialize the persistent data.
|
Copyright © 2013. All Rights Reserved.