Protocolsoto-core 7.4.0SotoCore
CustomCoder
base protocol for encoder/decoder objects
protocol CustomCoder
Browse conforming typesbase protocol for encoder/decoder objects
protocol CustomCoder
import SotoCore
associatedtype CodableValue : Sendable
protocol CustomDecoder : CustomCoder
Protocol for object that will decode a value
protocol CustomEncoder : CustomCoder
Protocol for object that will encode a value
protocol DateFormatCoder : CustomDecoder, CustomEncoder where Self.CodableValue == Date
Protocol for time stamp coders that use a DateFormatter. Use this to enforce the timestamp format we require, or to set the timestamp format output