Class AbstractJsonWriter.StackElement

java.lang.Object
com.thoughtworks.xstream.io.json.AbstractJsonWriter.StackElement
Enclosing class:
AbstractJsonWriter

private static class AbstractJsonWriter.StackElement extends Object
  • Field Details

    • type

      final Class type
    • status

      int status
  • Constructor Details

    • StackElement

      public StackElement(Class type, int status)