io.github.astrapisixtynine.fury.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fury-extensions Show documentation
Show all versions of fury-extensions Show documentation
Extension classes for apache fury
The newest version!
/**
* Provides utility classes for object serialization and deserialization using the Fury library.
*
* This package contains extensions for converting Java objects to byte arrays and vice versa,
* leveraging the Fury serialization framework. The classes within this package aim to simplify the
* process of registering custom classes during serialization and deserialization.
*
*
* Key classes include:
*
* - {@link io.github.astrapisixtynine.fury.ObjectToBytesExtensions}: Provides methods to serialize Java
* objects into byte arrays
* - {@link io.github.astrapi69.fury.BytesToObjectExtensions}: Provides methods to deserialize
* byte arrays back into Java objects
*
*
*/
package io.github.astrapisixtynine.fury;