LinearPointer

constructor(pointer: UniqueIdentifier, type: Class<T>)

Allows this class to be evolved through backwards compatibility with version 1 of this class.

Parameters

pointer

The unique identifier that this points to.

type

The underlying LinearState type that this points to.


constructor(pointer: UniqueIdentifier, type: Class<T>, isResolved: Boolean = true)