public static class ASTGroupBy.IcedHM<G extends Iced,S extends java.lang.String> extends Iced
| Modifier and Type | Method and Description |
|---|---|
ASTGroupBy.IcedHM |
read_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
AutoBuffer |
write_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
clone, frozenType, read, readExternal, readJSON_impl, readJSON, toJsonString, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic 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 ASTGroupBy.IcedHM 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.