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(SerializationContext ctx,
RawProtoStreamReader in) |
void |
writeTo(SerializationContext ctx,
RawProtoStreamWriter out,
T t) |
getJavaClass, getTypeNameT readFrom(SerializationContext ctx, RawProtoStreamReader in) throws IOException
IOExceptionvoid writeTo(SerializationContext ctx, RawProtoStreamWriter out, T t) throws IOException
IOExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.