コード例 #1
0
 public T Deserialize <T>(IProtobufImplementation implementation)
     where T : class
 {
     this.stream.Seek(0, SeekOrigin.Begin);
     return(implementation.Deserialize <T>(this.stream));
 }
コード例 #2
0
 public T Deserialize <T>(IProtobufImplementation implementation)
     where T : class
 {
     throw new NotSupportedException();
 }