Class KeySerializer
java.lang.Object
dev.crafty.core.storage.serialization.KeySerializer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeySerializer
public KeySerializer()
-
-
Method Details
-
serialize
Serializes a key of any type to a string representation.- Parameters:
key
- The key to serialize- Returns:
- The string representation of the key
-