public interface RawProtobufMarshaller<T> extends BaseMarshaller<T>
Modifier and Type | Method and Description |
---|---|
T |
readFrom(SerializationContext ctx,
com.google.protobuf.CodedInputStream in) |
void |
writeTo(SerializationContext ctx,
com.google.protobuf.CodedOutputStream out,
T t) |
getJavaClass, getTypeName
T readFrom(SerializationContext ctx, com.google.protobuf.CodedInputStream in) throws IOException
IOException
void writeTo(SerializationContext ctx, com.google.protobuf.CodedOutputStream out, T t) throws IOException
IOException
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.