Skip to content

Commit

Permalink
docs: fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
QwQ-dev committed Dec 20, 2024
1 parent aa0a586 commit 227b5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ public class PlantSerializable implements SimplixSerializable<Plant> {

```java
SimplixSerializer.serialize(plant).toString();
SimplixSerializer.deserialize(plantString, Plant .class);
SimplixSerializer.deserialize(plantString, Plant.class);
```

0 comments on commit 227b5b9

Please sign in to comment.