Esempio n. 1
0
 public byte[] ToByteArray()
 {
     return(BsonConverter.ToByteArray <JObject>(this));
 }
Esempio n. 2
0
 // jobject -> byte array
 public static byte[] ToByteArray(this JObject o)
 {
     return(BsonConverter.ToByteArray(o));
 }