Serialise¶
Constructors¶
create¶
Returns¶
- Serialise val^
Public Functions¶
signature¶
Returns a byte array that is unique to this compiled Pony binary, for the purposes of comparing before deserialising any data from that source. It is statistically impossible for two serialisation-incompatible Pony binaries to have the same serialise signature.
Returns¶
eq¶
Parameters¶
- that: Serialise val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Serialise val
Returns¶
- Bool val