W3cubDocs

/Pony

DeserialiseAuth

[Source]

This is a capability token that allows the holder to deserialise objects. It does not allow the holder to serialise objects or examine serialised.

primitive val DeserialiseAuth

Constructors

create

[Source]

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

Parameters

Returns

Public Functions

eq

[Source]

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

Parameters

Returns

ne

[Source]

fun box ne(
  that: DeserialiseAuth 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-DeserialiseAuth