Namespace SA.Android.Utilities
Classes
AN_JavaObject
Extended version of AN_LinkedObject that provides protected API, to interact with the linked java object class.
AN_LinkedObject
The class holds link to the native object create on java side.
When you done using the object, it's important to call Dispose() method. Otherwise Object on java native side will remain with strong link, and will not be collected by GC.
AN_SerializedObjectResult<T>
Serialized object result.