|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Freezable
Empty marker interface. Used by the auto-serializer to inject implementations.
Method Summary | ||
---|---|---|
int |
frozenType()
Return the cluster-wide-unique 2-byte type ID for instances of this class |
|
|
newInstance()
Make a new instance of class 'this' with the empty constructor |
|
|
read(AutoBuffer bb)
Deserialize from the AutoBuffer into a pre-existing 'this' object. |
|
DocGen.FieldDoc[] |
toDocField()
Reflective list of fields |
|
AutoBuffer |
write(AutoBuffer bb)
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer. |
|
AutoBuffer |
writeJSONFields(AutoBuffer bb)
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer. |
Method Detail |
---|
AutoBuffer write(AutoBuffer bb)
<T extends Freezable> T read(AutoBuffer bb)
<T extends Freezable> T newInstance()
int frozenType()
AutoBuffer writeJSONFields(AutoBuffer bb)
DocGen.FieldDoc[] toDocField()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |