コード例 #1
0
 public override TMap Read(IMsgPackReader reader, MsgPackContext context, Func <TMap> creator)
 {
     throw ExceptionUtils.CantReadReadOnlyCollection(typeof(TMap));
 }
コード例 #2
0
 public override TArray Read(IMsgPackReader reader)
 {
     throw ExceptionUtils.CantReadReadOnlyCollection(typeof(TArray));
 }