예제 #1
0
 public override object FromBinary(byte[] bytes, Type type)
 {
     return(JsonEventSerializer.Deserialize(bytes, type));
 }