OutputSerialisedAuth¶
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.
Constructors¶
create¶
Parameters¶
- auth: AmbientAuth val
Returns¶
- OutputSerialisedAuth val^
Public Functions¶
eq¶
Parameters¶
- that: OutputSerialisedAuth val
Returns¶
- Bool val
ne¶
Parameters¶
- that: OutputSerialisedAuth val
Returns¶
- Bool val