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