Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 228 Bytes

File metadata and controls

6 lines (5 loc) · 228 Bytes

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)