data serialization language
C25022
concept
A data serialization language is a formal notation used to structure, encode, and represent data so it can be stored or transmitted and later reconstructed consistently across different systems.
Observed surface forms (3)
| Surface form | Occurrences |
|---|---|
| JSON-based encoding | 1 |
| library data exchange format | 1 |
| serialization library | 1 |
Instances (4)
| Instance | Via concept surface |
|---|---|
| YAML | — |
| PICA format | library data exchange format |
| FlatBuffers | serialization library |
| CityJSON | JSON-based encoding |