Instance Methodsoto-core 7.4.0SotoCore
encode(to:)
CodableProperties.swift:63func encode(to encoder: Encoder) throws
func encode(to encoder: Encoder) throws
s8SotoCore12CustomCodingVA2A0C7EncoderRzrlE6encode2toys0E0_p_tKF
What are these?N3LG
where Coder:CustomEncoder
import SotoCore
@propertyWrapper struct CustomCoding<Coder> where Coder : CustomCoder
Property wrapper that applies a custom encoder and decoder to its wrapped value
protocol Encoder
A type that can encode values into a native format for external representation.
protocol CustomEncoder : CustomCoder
Protocol for object that will encode a value