JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Type Parameters:
T - type of value
All Known Subinterfaces:
ArrayEncoder <T>, MapEncoder <T>, RowEncoder <T>
public interface Encoder<T>
The encoding interface for encode/decode object to/from binary. The implementation class must
have a constructor with signature Object[] references, so we can pass any params to
codec.
Method Detail
decode
T decode(byte[] bytes)
encode
byte[] encode(T obj)
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2023-2024, The Apache Software Foundation. Apache Fury™, Fury™, and Apache are either registered trademarks or trademarks of the Apache Software Foundation.