public class Env extends Iced
| Modifier and Type | Method and Description |
|---|---|
Env |
read_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
<V extends Val> |
returning(V val) |
int |
sp() |
java.lang.String |
toString() |
AutoBuffer |
write_impl(AutoBuffer ab)
Implementation of the
Iced serialization protocol, only called by
auto-genned code. |
clone, copyOver, frozenType, read, readExternal, readJSON_impl, readJSON, toJsonString, write, writeExternal, writeJSON_impl, writeJSONpublic int sp()
public <V extends Val> V returning(V val)
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 Env 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.