-
Notifications
You must be signed in to change notification settings - Fork 1
Xmlconverter
Brian Tsau edited this page Jun 11, 2019
·
1 revision
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.
Implements XStream's Converter
, can convert only java enum
types.
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: