Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Jul 25, 2023
1 parent 6f59332 commit 5139f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ String json = ONode.loadObj(orderModel, options).toJson();
[{"@type":"...","a":1,"b":"2"},{"@type":"...","a":2,"b":"10"}]
```

#### 序列化注解定制
#### 注解定制

```java
public enum BookType {
Expand All @@ -224,7 +224,7 @@ public class Book {
}
```

#### 序列化编解码定制
#### 编解码定制

```java
Options options = Options.def();
Expand Down

0 comments on commit 5139f24

Please sign in to comment.