|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwater.Iced
public abstract class Iced
Empty marker class. Used by the auto-serializer.
Constructor Summary | |
---|---|
Iced()
|
Method Summary | ||
---|---|---|
Iced |
clone()
|
|
int |
frozenType()
Return the cluster-wide-unique 2-byte type ID for instances of this class |
|
Iced |
init(Key k)
|
|
|
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 |
writeJSON(AutoBuffer bb)
|
|
AutoBuffer |
writeJSONFields(AutoBuffer bb)
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Iced()
Method Detail |
---|
public AutoBuffer write(AutoBuffer bb)
Freezable
write
in interface Freezable
public <T extends Freezable> T read(AutoBuffer bb)
Freezable
read
in interface Freezable
public <T extends Freezable> T newInstance()
Freezable
newInstance
in interface Freezable
public int frozenType()
Freezable
frozenType
in interface Freezable
public AutoBuffer writeJSONFields(AutoBuffer bb)
Freezable
writeJSONFields
in interface Freezable
public AutoBuffer writeJSON(AutoBuffer bb)
public DocGen.FieldDoc[] toDocField()
Freezable
toDocField
in interface Freezable
public Iced init(Key k)
public Iced clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |