Class BoxClassState
java.lang.Object
ortus.boxlang.runtime.util.conversion.BoxClassState
- All Implemented Interfaces:
Serializable
This class represents a serialization of a BoxClass object
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
variablesScope
The variables scope to serialize -
thisScope
The this scope to serialize -
classPath
The BoxLang class path
-
-
Constructor Details
-
BoxClassState
Constructor- Parameters:
target
- The target class to serialize
-