All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ddth.commons.serialization.README.md Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
# 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