com.github.ddth.commons.serialization.README.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ddth-commons-core Show documentation
Show all versions of ddth-commons-core Show documentation
DDTH's Java Common Libraries and Utilities
# com.github.ddth.commons.serialization
***New since v0.5.0***
Helper & Utility classes to serialize/deserialize Java objects
***Maven***
```xml
com.github.ddth
ddth-commons-serialization
${ddth_commons_version}
pom
```
## Classes
- `ISerDeser`: Serializer/Deserialize APIs.
- `ISerializationSupport`: marker interface to indicate that a class is supporting serialization.
- `JsonSerDeser`: serialize/deserialize Java object to/from Json.
- `KryoSerDeser`: serialize/deserialize Java object to/from `byte[]` using (Kryo library)[https://github.com/EsotericSoftware/kryo].
© 2015 - 2025 Weber Informatics LLC | Privacy Policy