package info.frostfs.sdk.tools; public interface MarshalFunction { int marshal(byte[] buf, int offset, T t); }