Skip to content

Commit

Permalink
Merge pull request realtimetech-solution#33 from devjeonghwan/add-den…
Browse files Browse the repository at this point in the history
…se-rw-of

Add `WithType` description in README
  • Loading branch information
devjeonghwan authored Aug 23, 2023
2 parents cfb1304 + a3b9153 commit 6f19e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public class SomeObject {
// This field will serialize/deserialize to explicit type `ArrayList` instead of ambiguous field type `List`
@Type(ArrayList.class)
private List<String> listField;

// This field will serialize/deserialize to `newFieldName` name instead of actual field name `oldFieldName`
@Name("newFieldName")
private String oldFieldName;
Expand Down

0 comments on commit 6f19e26

Please sign in to comment.