public interface EntityEncoding
| Modifier and Type | Method and Description |
|---|---|
<T> T |
decode(InputStream stream,
Class<T> type) |
<T> void |
encode(OutputStream stream,
T entity) |
<T> void |
encodeChanges(OutputStream stream,
T original,
T updated) |
<T> T decode(InputStream stream, Class<T> type) throws MpacException
MpacException<T> void encode(OutputStream stream, T entity) throws MpacException
MpacException<T> void encodeChanges(OutputStream stream, T original, T updated) throws MpacException
MpacExceptionCopyright © 2016 Atlassian. All rights reserved.