Interface JsStreamWriter

All Superinterfaces:
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter, com.thoughtworks.xstream.io.HierarchicalStreamWriter
All Known Implementing Classes:
JsInnestedWriter, ScrittoreJs

public interface JsStreamWriter extends com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter

    startNode

    Methods inherited from interface com.thoughtworks.xstream.io.HierarchicalStreamWriter

    addAttribute, close, endNode, flush, setValue, startNode, underlyingWriter
  • Method Details

    • getResultAsMap

      Map<String,?> getResultAsMap()