Reading
Add Comment
It is a way to provide syntactic metadata to our java source code.
E.g
@Serializable is used when the model and json object doen't match. In this sitution annotation handles the appropiate name conversion for model object
java
E.g
@Serializable is used when the model and json object doen't match. In this sitution annotation handles the appropiate name conversion for model object
0 comments:
Post a Comment