serialize abstract method

int serialize(
  1. IsarCollection<T> collection,
  2. RawObject rawObj,
  3. T object,
  4. List<int> offsets, [
  5. int? existingBufferSize,
])

Implementation

int serialize(IsarCollection<T> collection, RawObject rawObj, T object,
    List<int> offsets,
    [int? existingBufferSize]);