All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.servicefabric.transport.MessageSerializer Maven / Gradle / Ivy

The newest version!
package io.servicefabric.transport;

import io.netty.buffer.ByteBuf;

public interface MessageSerializer {

  void serialize(Message message, ByteBuf bb);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy