JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.geysermc.databaseutils.codec
Interface TypeCodec<T>
public interface
TypeCodec<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
decode
(byte[] input)
byte[]
encode
(
T
input)
boolean
matches
(
Class
<?> type)
Method Details
matches
boolean
matches
(
Class
<?> type)
decode
T
decode
(byte[] input)
encode
byte[]
encode
(
T
input)