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

io.github.astrapisixtynine.fury.package-info Maven / Gradle / Ivy

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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy