Class BoxClassState

java.lang.Object
ortus.boxlang.runtime.util.conversion.BoxClassState
All Implemented Interfaces:
Serializable

public class BoxClassState extends Object implements Serializable
This class represents a serialization of a BoxClass object
See Also:
  • Field Details

    • variablesScope

      public IStruct variablesScope
      The variables scope to serialize
    • thisScope

      public IStruct thisScope
      The this scope to serialize
    • classPath

      public Key classPath
      The BoxLang class path
  • Constructor Details

    • BoxClassState

      public BoxClassState(IClassRunnable target)
      Constructor
      Parameters:
      target - The target class to serialize