- Type Parameters:
Value- the type of the unmarshalled values
public interface FromBytes<Value>
A function that unmarshals values from their byte representation.
-
Method Summary
-
Method Details
-
get
Unmarshals a value from its byte representation.- Parameters:
bytes- the bytes- Returns:
- the value unmarshalled from the bytes
- Throws:
IOException- if unmarshalling fails
-