Index
Alle Klassen und Schnittstellen|Alle Packages
B
- BytesToObjectExtensions - Klasse in io.github.astrapisixtynine.fury
-
Utility class for converting byte arrays to Java objects
- BytesToObjectExtensions() - Konstruktor für Klasse io.github.astrapisixtynine.fury.BytesToObjectExtensions
I
- io.github.astrapisixtynine.fury - Package io.github.astrapisixtynine.fury
-
Provides utility classes for object serialization and deserialization using the Fury library.
- io.github.astrapisixtynine.fury.extensions - Modul io.github.astrapisixtynine.fury.extensions
-
The MIT License Copyright (C) 2022 Asterios Raptis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
O
- ObjectToBytesExtensions - Klasse in io.github.astrapisixtynine.fury
-
Utility class for converting Java objects to byte arrays
- ObjectToBytesExtensions() - Konstruktor für Klasse io.github.astrapisixtynine.fury.ObjectToBytesExtensions
T
- toBytes(Fury, T, Class<?>...) - Statische Methode in Klasse io.github.astrapisixtynine.fury.ObjectToBytesExtensions
-
Converts an object to a byte array using a specific Fury instance
- toBytes(T, Class<?>...) - Statische Methode in Klasse io.github.astrapisixtynine.fury.ObjectToBytesExtensions
-
Converts an object to a byte array
- toObject(byte[], Class<?>...) - Statische Methode in Klasse io.github.astrapisixtynine.fury.BytesToObjectExtensions
-
Converts a byte array to an object
- toObject(Fury, byte[], Class<?>...) - Statische Methode in Klasse io.github.astrapisixtynine.fury.BytesToObjectExtensions
-
Converts a byte array to an object using a specific Fury instance
Alle Klassen und Schnittstellen|Alle Packages