deserialize abstract method

T deserialize(
  1. IsarCollection<T> collection,
  2. int id,
  3. BinaryReader reader,
  4. List<int> offsets,
)

Implementation

T deserialize(IsarCollection<T> collection, int id, BinaryReader reader,
    List<int> offsets);