RawDataDecoding

public protocol RawDataDecoding

A protocol that indicates a data structure can be rebuilt from only Data.

  • Undocumented

    Declaration

    Swift

    init(rawData: Data) throws