Skip navigation links
C G M U 

C

com.atlassian.marshalling.api - package com.atlassian.marshalling.api
Contains the core types for marshalling objects to and from bytes.

G

getMarshaller() - Method in class com.atlassian.marshalling.api.MarshallingPair
 
getUnmarshaller() - Method in class com.atlassian.marshalling.api.MarshallingPair
 

M

Marshaller<T> - Interface in com.atlassian.marshalling.api
Represents the ability to convert an object, of type T, to an array of bytes.
MarshallingException - Exception in com.atlassian.marshalling.api
Represents a failure occurred when marshalling data.
MarshallingException(String) - Constructor for exception com.atlassian.marshalling.api.MarshallingException
Creates an instance with the supplied message.
MarshallingException(String, Throwable) - Constructor for exception com.atlassian.marshalling.api.MarshallingException
Creates an instance with the supplied message and causing Throwable.
MarshallingPair<T> - Class in com.atlassian.marshalling.api
Convenience class for holding a reciprocal Marshaller and Unmarshaller instances.
MarshallingPair(Marshaller<T>, Unmarshaller<T>) - Constructor for class com.atlassian.marshalling.api.MarshallingPair
Creates an instance.
marshallToBytes(T) - Method in interface com.atlassian.marshalling.api.Marshaller
Responsible for converting a object into an array of bytes.

U

Unmarshaller<T> - Interface in com.atlassian.marshalling.api
Represents the ability to recreate an object, of type T, from an array of bytes.
unmarshallFrom(byte[]) - Method in interface com.atlassian.marshalling.api.Unmarshaller
Responsible for converting an array of bytes into an object.
C G M U 
Skip navigation links

Copyright © 2021 Atlassian. All rights reserved.