public abstract class Iced extends java.lang.Object implements Freezable, java.lang.Cloneable
| Constructor and Description |
|---|
Iced() |
| Modifier and Type | Method and Description |
|---|---|
Iced |
clone() |
int |
frozenType()
Return the cluster-wide-unique 2-byte type ID for instances of this class
|
Iced |
init(Key k) |
<T extends Freezable> |
newInstance()
Make a new instance of class 'this' with the empty constructor
|
<T extends Freezable> |
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 |
writeJSON(AutoBuffer bb) |
AutoBuffer |
writeJSONFields(AutoBuffer bb)
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer.
|
public AutoBuffer write(AutoBuffer bb)
Freezablepublic <T extends Freezable> T read(AutoBuffer bb)
Freezablepublic <T extends Freezable> T newInstance()
FreezablenewInstance in interface Freezablepublic int frozenType()
FreezablefrozenType in interface Freezablepublic AutoBuffer writeJSONFields(AutoBuffer bb)
FreezablewriteJSONFields in interface Freezablepublic AutoBuffer writeJSON(AutoBuffer bb)
public DocGen.FieldDoc[] toDocField()
FreezabletoDocField in interface Freezablepublic Iced clone()
clone in class java.lang.Object