Index
All Classes and Interfaces|All Packages
C
- convert(D, String, O) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Convert the data to the input
- convertOut(D, I) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Convert the data to the output
D
- deserialize(I) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Deserialize the input
G
- getData(O) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Get the data from the output
- getType(I) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Get the type from the input
M
- me.hsgamer.hscore.serializer - package me.hsgamer.hscore.serializer
-
Contains the serializer, which is used to serialize and deserialize objects
R
- register(Class<? extends D>) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Register a new data type, without specifying the type and the data function.
- register(Class<? extends D>, Function<I, D>) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Register a new data type, without specifying the type.
- register(String, Class<? extends D>, Function<I, D>) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Register a new data type
S
- serialize(O) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Serialize the output
- Serializer<I,
O, D> - Class in me.hsgamer.hscore.serializer -
The serializer
- Serializer(Class<I>, Class<O>, Class<D>) - Constructor for class me.hsgamer.hscore.serializer.Serializer
-
Create a new serializer
- SerializerFunction - Annotation Interface in me.hsgamer.hscore.serializer
-
The serializer function.
- SerializerType - Annotation Interface in me.hsgamer.hscore.serializer
-
The serializer type.
U
- unregister(Class<? extends D>) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Unregister a data type
- unregister(String) - Method in class me.hsgamer.hscore.serializer.Serializer
-
Unregister a data type
V
- value() - Element in annotation interface me.hsgamer.hscore.serializer.SerializerType
-
The value of the serializer
All Classes and Interfaces|All Packages