unmarshal

fun unmarshal(self: Any?, type: A_Type): AvailObject

Marshal the arbitrary Java object to its counterpart Avail object.

Return

An Avail Object.

Parameters

self

A Java object, or null.

type

A type to which the resultant Avail object must conform.