Skip to content

Release 1.3.10

Latest
Compare
Choose a tag to compare
@mscaldas2012 mscaldas2012 released this 01 Nov 17:46
ec49de6
  • Improving Json serialization and deserialization to circumvent issues with mixing scala and kotlin classes
    • Created a Gson Entity Adapter for the scala Entry interface.
    • Created a Gson Exclusion strategy class to remove stackTrace and metaData from serialization.
    • Encapsulated a gson instance (nistGson) on NistReport with the appropriate initialization of the adapter above and other configs.