diff --git a/Sources/ByteArrayCodable/Encoder/ByteArrayEncoder.swift b/Sources/ByteArrayCodable/Encoder/ByteArrayEncoder.swift index fbb9185..7ea69c3 100644 --- a/Sources/ByteArrayCodable/Encoder/ByteArrayEncoder.swift +++ b/Sources/ByteArrayCodable/Encoder/ByteArrayEncoder.swift @@ -9,6 +9,8 @@ public final class ByteArrayEncoder { try value.encode(to: encoder) return encoder.data } + + public init() {} } protocol EncodingContainer {