Beispiel #1
0
 protected override void OnWrite(ISet <T> value, TProtocolWriter writer)
 {
     writer.WriteSet(_elementCodec, value);
 }