Skip to content

Shows how to use Annotations to serialize Object (including inner objects)

Notifications You must be signed in to change notification settings

simontom/Java-Testing-Annotation-Driven-Json-Serializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conditions for using:

  1. Class must have default constructor, otherwise, it will not be possible to instantiate it using reflection

  2. Fields in class that will be Jsonified mustn't be final (see number 1)

About

Shows how to use Annotations to serialize Object (including inner objects)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published