init(fromSerializedBuffer buffer: UnsafeRawBufferPointer) throws
sSz17DistributedSystemE20fromSerializedBufferxSW_tKcfc
239SX
import Swift
import DistributedSystem
protocol BinaryInteger : CustomStringConvertible, Hashable, Numeric, Strideable where Self.Magnitude : BinaryInteger, Self.Magnitude == Self.Magnitude.Magnitude
An integer type with a binary representation.
@frozen struct UnsafeRawBufferPointer
A nonowning collection interface to the bytes in a region of memory.
func _releaseBuffer()
func withUnsafeBytesSerialization<Result>(_ body: (UnsafeRawBufferPointer) throws -> Result) rethrows -> Result