Ejemplo n.º 1
0
 public override void Pack(Packer packer)
 {
     // Do not try to pack bytes field because it will be null
     // when packing objects in a collection (ie. EstimateSize() not called).
     packer.PackBlob(obj);
 }
Ejemplo n.º 2
0
 public override void Pack(Packer packer)
 {
     // Do not try to pack bytes field because it will be null
     // when packing objects in a collection (ie. EstimateSize() not called).
     packer.PackBlob(obj);
 }