@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault @FieldsAreNonnullByDefault
See: Description
| Interface | Description |
|---|---|
| Marshaller<T> |
Represents the ability to convert an object, of type T, to an array of
bytes. |
| Unmarshaller<T> |
Represents the ability to recreate an object, of type T, from an array of
bytes. |
| Class | Description |
|---|---|
| MarshallingPair<T> |
Convenience class for holding a reciprocal
Marshaller and Unmarshaller instances. |
| Exception | Description |
|---|---|
| MarshallingException |
Represents a failure occurred when marshalling data.
|
Copyright © 2021 Atlassian. All rights reserved.