forked from TrueCloudLab/frostfs-sdk-java
[#41] Add APE rule serializer
Signed-off-by: Ori Bruk <o.bruk@yadro.com>
This commit is contained in:
parent
532db56f1b
commit
3861eb0dc2
28 changed files with 542 additions and 143 deletions
|
@ -0,0 +1,5 @@
|
|||
package info.frostfs.sdk.tools;
|
||||
|
||||
public interface MarshalFunction<T> {
|
||||
int marshal(byte[] buf, int offset, T t);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue