Exemplo n.º 1
0
 public abstract void Serialize(BufferWriterStream bufferWriter, object?input, Type type);
Exemplo n.º 2
0
 public void Serialize(BufferWriterStream bufferWriter, object input, Type type)
 {
     throw new NotImplementedException();
 }