예제 #1
0
 public BytesType() : base("bytes")
 {
     Decoder = new BytesTypeDecoder();
     Encoder = new BytesTypeEncoder();
 }
예제 #2
0
 public StringTypeEncoder()
 {
     byteTypeEncoder = new BytesTypeEncoder();
 }
예제 #3
0
 public StringTypeEncoder()
 {
     byteTypeEncoder = new BytesTypeEncoder();
 }