Protocolsoto-core 7.4.0SotoCore
CustomDecoder
Protocol for object that will decode a value
protocol CustomDecoder : CustomCoder
Browse conforming typesProtocol for object that will decode a value
protocol CustomDecoder : CustomCoder
import SotoCore
protocol CustomCoder
base protocol for encoder/decoder objects
static func decode(from decoder: Decoder) throws -> CodableValue
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