Serialise
primitive val Serialise
Constructors
create
new val create() : Serialise val^
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.
fun box signature() : Array[U8 val] val
Returns
eq
fun box eq( that: Serialise val) : Bool val
Parameters
- that: Serialise val
Returns
- Bool val
ne
fun box ne( that: Serialise val) : Bool val
Parameters
- that: Serialise val
Returns
- Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/serialise-Serialise