| Package | Description |
|---|---|
| org.revenj.patterns | |
| org.revenj.serialization |
| Modifier and Type | Field and Description |
|---|---|
static Bytes |
Bytes.EMPTY
Helper object for providing zero length object (instead of null object)
|
| Modifier and Type | Method and Description |
|---|---|
static Bytes |
Bytes.from(byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
Bytes |
WireSerialization.serialize(Object value,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
WireSerialization.deserialize(Bytes data,
String accept,
Class<T> manifest) |
default <T> T |
WireSerialization.deserialize(Bytes data,
String accept,
Class<T> container,
Type argument,
Type... arguments) |
Object |
WireSerialization.deserialize(Type type,
Bytes data,
String accept) |
Copyright © 2015. All rights reserved.