| Modifier and Type | Method and Description |
|---|---|
byte[] |
Marshaller.marshallToBytes(T obj)
Responsible for converting a object into an array of bytes.
|
T |
Unmarshaller.unmarshallFrom(byte[] raw)
Responsible for converting an array of bytes into an object.
|
Copyright © 2021 Atlassian. All rights reserved.