W3cubDocs

/Pony

OutputSerialisedAuth

[Source]

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

Constructors

create

[Source]

new val create(
  auth: AmbientAuth val)
: OutputSerialisedAuth val^

Parameters

Returns

Public Functions

eq

[Source]

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

Parameters

Returns

ne

[Source]

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

Parameters

Returns

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/serialise-OutputSerialisedAuth