public BytesType() : base("bytes") { Decoder = new BytesTypeDecoder(); Encoder = new BytesTypeEncoder(); }
public StringTypeEncoder() { byteTypeEncoder = new BytesTypeEncoder(); }