ProtobufSerializer

public class ProtobufSerializer implements Serializer
Author:Lars Kroll <lkroll@kth.se>

Constructors

ProtobufSerializer

public ProtobufSerializer(MessageLite prototype)

ProtobufSerializer

public ProtobufSerializer(MessageLite prototype, ExtensionRegistry extensionRegistry)

Methods

fromBinary

public Object fromBinary(ByteBuf msg, Optional<Object> hint)

identifier

public int identifier()

toBinary

public void toBinary(Object msg, ByteBuf buf)