serializedReferences property

int serializedReferences
final

Number of serialized references to the object. The serialized reference count increases when an ImageRef is written to JSON or a Parcel on Android and decrease when the respective JSON or Parcel is deserialized.

Default is 0

Implementation

final int serializedReferences;