classInfo property

ClassInfo<T> classInfo
final

Collection base class hols the classInfo, which is used to lookup static information about the type such as toJson/fromJson methods.

Implementation

final ClassInfo<T> classInfo;