public interface RawProtobufMarshaller<T> extends BaseMarshaller<T>
MessageMarshaller. This is usually used to provide more flexible or generic
marshallers, not tied to a specific schema.| Modifier and Type | Method and Description |
|---|---|
T |
readFrom(ImmutableSerializationContext ctx,
RawProtoStreamReader in) |
void |
writeTo(ImmutableSerializationContext ctx,
RawProtoStreamWriter out,
T t) |
getJavaClass, getTypeNameT readFrom(ImmutableSerializationContext ctx, RawProtoStreamReader in) throws IOException
IOExceptionvoid writeTo(ImmutableSerializationContext ctx, RawProtoStreamWriter out, T t) throws IOException
IOExceptionCopyright © 2020 JBoss, a division of Red Hat. All rights reserved.