Module rxmicro.exchange.json

The module for converting a Java models to JSON format and vice versa.

This module follows the next package structure rules:

  • io.rxmicro.exchange.json - is root module package that contains:
    • internal - is sub package with classes for current module use only.
    • local - is shared sub package, which can be used by other rxmicro modules only.
    • detail - is sub package for generated code by RxMicro Annotation Processor use preferably.
      Developer must not use classes from this sub package!
      (Except documented abilities: HTTP internal types, partial implementations, etc.)
    • any other sub packages and root package - are public API that available for usage.
Since:
0.1
Author:
nedis