
com.jd.blockchain.utils.io.BytesEncoder Maven / Gradle / Ivy
The newest version!
package com.jd.blockchain.utils.io;
public interface BytesEncoder {
byte[] encode(T data);
T decode(byte[] bytes);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy