public final class Categorical extends Iced
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_ENUM_SIZE |
| Modifier and Type | Method and Description |
|---|---|
Categorical |
read_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
Categorical |
readJSON_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
java.lang.String |
toString() |
AutoBuffer |
write_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
DocGen.HTML |
writeHTML_impl(DocGen.HTML ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
AutoBuffer |
writeJSON_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
clone, frozenType, read, readExternal, readJSON, toJsonString, write, writeExternal, writeHTML, writeJSONpublic static final int MAX_ENUM_SIZE
public java.lang.String toString()
toString in class java.lang.Objectpublic AutoBuffer write_impl(AutoBuffer ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.write_impl in interface Freezablewrite_impl in class Icedab - AutoBuffer to write this object to.AutoBuffer for flow-coding.public Categorical read_impl(AutoBuffer ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.public AutoBuffer writeJSON_impl(AutoBuffer ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.writeJSON_impl in interface FreezablewriteJSON_impl in class Icedab - AutoBuffer to write this object to.AutoBuffer for flow-coding.public Categorical readJSON_impl(AutoBuffer ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.readJSON_impl in interface FreezablereadJSON_impl in class Icedab - AutoBuffer to read this object from.public DocGen.HTML writeHTML_impl(DocGen.HTML ab)
IcedIced serialization protocol, only called by
auto-genned code. Not intended to be called by user code. Override only
for custom Iced serializers.writeHTML_impl in interface FreezablewriteHTML_impl in class Icedab - html to write object to.