This is a capability token that allows the holder to examine serialised data. This should only be provided to types that need to write serialised data to some output stream, such as a file or socket. A type with the SerialiseAuth capability should usually not also have OutputSerialisedAuth, as the combination gives the holder the ability to examine the bitwise contents of any object it has a reference to.
primitive val OutputSerialisedAuth
new val create( auth: AmbientAuth val) : OutputSerialisedAuth val^
fun box eq( that: OutputSerialisedAuth val) : Bool val
fun box ne( that: OutputSerialisedAuth val) : Bool val
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/serialise-OutputSerialisedAuth