Skip to content

Serialise

[Source]

primitive val Serialise

Constructors

create

[Source]

new val create()
: Serialise val^

Returns


Public Functions

signature

[Source]

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

[Source]

fun box eq(
  that: Serialise val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: Serialise val)
: Bool val

Parameters

Returns