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