XDRDecodable
public protocol XDRDecodable : Decodable, Sendable
A protocol for types which can be decoded from binary.
-
init(fromBinary:Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
init(fromBinary decoder: XDRDecoder) throws -
init(fromBinary:Default implementationcount: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
init(fromBinary decoder: XDRDecoder, count: Int) throws -
init(xdr:Extension method) Undocumented
Declaration
Swift
init(xdr: String) throws
View on GitHub
Install in Dash