Companion

object Companion

Functions

Link copied to clipboard
fun newSelfPojoType(javaClass: AvailObject?, javaAncestors: A_Set?): AvailObject

Create a new AvailObject that represents a pojo self type.

Link copied to clipboard
fun pojoFromSerializationProxy(selfPojoProxy: A_Tuple, classLoader: ClassLoader): AvailObject

Convert a proxy previously created by pojoSerializationProxy back into a self pojo type.

Link copied to clipboard
fun pojoSerializationProxy(selfPojo: A_BasicObject): A_Tuple

Convert a self pojo type to a 2-tuple holding the main class name (or null) and a set of ancestor class names.