Exemplo n.º 1
0
 public BytesType() : base("bytes")
 {
     Decoder = new BytesTypeDecoder();
     Encoder = new BytesTypeEncoder();
 }
Exemplo n.º 2
0
 public StringTypeEncoder()
 {
     byteTypeEncoder = new BytesTypeEncoder();
 }
Exemplo n.º 3
0
 public StringTypeEncoder()
 {
     byteTypeEncoder = new BytesTypeEncoder();
 }