Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Feb 3, 2021
1 parent bbf7672 commit 98edae3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,15 @@ Only JVM is available for Maven.
## Overview
This library supports:
- fast deserializing YAML text to a structured object
- contextual deserializing: `@Contextual`
- dynamic types: `YamlDynamicSerializer` which can serialize and deserialize `Any`
- contextual and polymorphic serialization: `@Contextual`, `@Polymorphic`
- dynamic types: `YamlDynamicSerializer` which works on `Any`
- `YamlElement` wrapper classes, allowing `YamlMap.getInt`, `YamlMap.getLong`
- comments encoding (Using annotation `Comment`)

The features that aren't yet supported:
- Anchors (`*`, `&`)
- Explicit types (e.g. `!!map`)
- Multiline string (`|`, `>`, `\`)
- Polymorphic

## Learn to use

Expand Down

0 comments on commit 98edae3

Please sign in to comment.