Esempio n. 1
0
 public static IAdaptingType readData(FlashorbBinaryReader reader, ParseContext parseContext, ITypeReader[] readers)
 {
   int type = reader.ReadByte();
   return readers[type].read(reader, parseContext);
 }