public static interface MessageMarshaller.ProtoStreamWriter
| Modifier and Type | Method and Description |
|---|---|
SerializationContext |
getSerializationContext() |
<E> void |
writeArray(String fieldName,
E[] array,
Class<? extends E> elementClass) |
void |
writeBoolean(String fieldName,
boolean value) |
void |
writeBoolean(String fieldName,
Boolean value) |
void |
writeBytes(String fieldName,
byte[] value) |
<E> void |
writeCollection(String fieldName,
Collection<? super E> collection,
Class<E> elementClass) |
void |
writeDate(String fieldName,
Date value) |
void |
writeDouble(String fieldName,
double value) |
void |
writeDouble(String fieldName,
Double value) |
void |
writeFloat(String fieldName,
float value) |
void |
writeFloat(String fieldName,
Float value) |
void |
writeInt(String fieldName,
int value) |
void |
writeInt(String fieldName,
Integer value) |
void |
writeLong(String fieldName,
long value) |
void |
writeLong(String fieldName,
Long value) |
<E> void |
writeObject(String fieldName,
E value,
Class<? extends E> clazz) |
void |
writeString(String fieldName,
String value) |
SerializationContext getSerializationContext()
void writeInt(String fieldName, Integer value) throws IOException
IOExceptionvoid writeInt(String fieldName, int value) throws IOException
IOExceptionvoid writeLong(String fieldName, long value) throws IOException
IOExceptionvoid writeLong(String fieldName, Long value) throws IOException
IOExceptionvoid writeDate(String fieldName, Date value) throws IOException
IOExceptionvoid writeDouble(String fieldName, double value) throws IOException
IOExceptionvoid writeDouble(String fieldName, Double value) throws IOException
IOExceptionvoid writeFloat(String fieldName, float value) throws IOException
IOExceptionvoid writeFloat(String fieldName, Float value) throws IOException
IOExceptionvoid writeBoolean(String fieldName, boolean value) throws IOException
IOExceptionvoid writeBoolean(String fieldName, Boolean value) throws IOException
IOExceptionvoid writeString(String fieldName, String value) throws IOException
IOExceptionvoid writeBytes(String fieldName, byte[] value) throws IOException
IOException<E> void writeObject(String fieldName, E value, Class<? extends E> clazz) throws IOException
IOException<E> void writeCollection(String fieldName, Collection<? super E> collection, Class<E> elementClass) throws IOException
IOException<E> void writeArray(String fieldName, E[] array, Class<? extends E> elementClass) throws IOException
IOExceptionCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.