Alachisoft.NCache.Common.Communication.IChannelFormatter Maven / Gradle / Ivy
package Alachisoft.NCache.Common.Communication;
import com.google.protobuf.InvalidProtocolBufferException;
public interface IChannelFormatter {
byte[] Serialize(Object graph) throws Exception;
Object Deserialize(byte[] buffer) throws InvalidProtocolBufferException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy