public interface Serialization<T>
| Modifier and Type | Field and Description |
|---|---|
static Serialization<Map<String,String[]>> |
PARAMETER_MAP |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(T t,
OutputStream out) |
T |
unserialize(InputStream in) |
static final Serialization<Map<String,String[]>> PARAMETER_MAP
void serialize(T t, OutputStream out) throws IOException, IllegalArgumentException
IOExceptionIllegalArgumentExceptionT unserialize(InputStream in) throws IOException, IllegalArgumentException
IOExceptionIllegalArgumentExceptionCopyright © 2025 JBoss by Red Hat. All Rights Reserved.