Skip to content

Xmlconverter

Brian Tsau edited this page Jun 11, 2019 · 1 revision

xmlconverter (package edu.columbia.cs.psl.ioclones.xmlconverter)

BlackConverter

Implements XStream's Converter, contains only methods that can check whether or not a field can be serialized/converted for writing as textual data to xml.

EnumMapConverter

Implements XStream's Converter, can convert only java enum types.

InnerClassConverter

Implements XStream's Converter, can convert only java inner classes.

Documentation belonging to the development of HitoshiIO can be found here. However, some files are still poorly documented, and some are not used at all in the current version of the system and exist for further development/research.

Below is the organization of HitoshiIO's source code:

  1. Root
  2. Analysis
  3. Config
  4. Driver
  5. Instrument
  6. Pojo
  7. Premain
  8. Similarity
  9. Utilities
  10. Xml Converter
Clone this wiki locally