public T Decode <T>(byte[] buffer, int offset, int length, Couchbase.IO.Operations.Flags flags)
 {
     throw new NotImplementedException();
 }
 public byte[] Encode <T>(T value, Couchbase.IO.Operations.Flags flags)
 {
     throw new NotImplementedException();
 }