public final class HproseFormatter extends Object
public static final OutputStream serialize(byte b, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(short s, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(int i, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(long l, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(float f, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(double d, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(boolean b, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(char c, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(BigInteger bi, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(BigDecimal bd, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(Object obj, OutputStream stream) throws IOException
IOExceptionpublic static final OutputStream serialize(Object obj, OutputStream stream, boolean simple) throws IOException
IOExceptionpublic static final OutputStream serialize(Object obj, OutputStream stream, HproseMode mode) throws IOException
IOExceptionpublic static final OutputStream serialize(Object obj, OutputStream stream, HproseMode mode, boolean simple) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(byte b) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(short s) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(int i) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(long l) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(float f) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(double d) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(boolean b) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(char c) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(Object obj) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(Object obj, HproseMode mode) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(Object obj, boolean simple) throws IOException
IOExceptionpublic static final ByteBufferStream serialize(Object obj, HproseMode mode, boolean simple) throws IOException
IOExceptionpublic static final Object unserialize(ByteBufferStream stream) throws IOException
IOExceptionpublic static final Object unserialize(ByteBufferStream stream, HproseMode mode) throws IOException
IOExceptionpublic static final Object unserialize(ByteBufferStream stream, boolean simple) throws IOException
IOExceptionpublic static final Object unserialize(ByteBufferStream stream, HproseMode mode, boolean simple) throws IOException
IOExceptionpublic static final <T> T unserialize(ByteBufferStream stream, Class<T> type) throws IOException
IOExceptionpublic static final <T> T unserialize(ByteBufferStream stream, HproseMode mode, Class<T> type) throws IOException
IOExceptionpublic static final <T> T unserialize(ByteBufferStream stream, boolean simple, Class<T> type) throws IOException
IOExceptionpublic static final <T> T unserialize(ByteBufferStream stream, HproseMode mode, boolean simple, Class<T> type) throws IOException
IOExceptionpublic static final Object unserialize(ByteBuffer data) throws IOException
IOExceptionpublic static final Object unserialize(ByteBuffer data, HproseMode mode) throws IOException
IOExceptionpublic static final Object unserialize(ByteBuffer data, boolean simple) throws IOException
IOExceptionpublic static final Object unserialize(ByteBuffer data, HproseMode mode, boolean simple) throws IOException
IOExceptionpublic static final <T> T unserialize(ByteBuffer data, Class<T> type) throws IOException
IOExceptionpublic static final <T> T unserialize(ByteBuffer data, HproseMode mode, Class<T> type) throws IOException
IOExceptionpublic static final <T> T unserialize(ByteBuffer data, boolean simple, Class<T> type) throws IOException
IOExceptionpublic static final <T> T unserialize(ByteBuffer data, HproseMode mode, boolean simple, Class<T> type) throws IOException
IOExceptionpublic static final Object unserialize(byte[] data) throws IOException
IOExceptionpublic static final Object unserialize(byte[] data, HproseMode mode) throws IOException
IOExceptionpublic static final Object unserialize(byte[] data, boolean simple) throws IOException
IOExceptionpublic static final Object unserialize(byte[] data, HproseMode mode, boolean simple) throws IOException
IOExceptionpublic static final <T> T unserialize(byte[] data,
Class<T> type)
throws IOException
IOExceptionpublic static final <T> T unserialize(byte[] data,
HproseMode mode,
Class<T> type)
throws IOException
IOExceptionpublic static final <T> T unserialize(byte[] data,
boolean simple,
Class<T> type)
throws IOException
IOExceptionpublic static final <T> T unserialize(byte[] data,
HproseMode mode,
boolean simple,
Class<T> type)
throws IOException
IOExceptionpublic static final Object unserialize(InputStream stream) throws IOException
IOExceptionpublic static final Object unserialize(InputStream stream, HproseMode mode) throws IOException
IOExceptionpublic static final Object unserialize(InputStream stream, boolean simple) throws IOException
IOExceptionpublic static final Object unserialize(InputStream stream, HproseMode mode, boolean simple) throws IOException
IOExceptionpublic static final <T> T unserialize(InputStream stream, Class<T> type) throws IOException
IOExceptionpublic static final <T> T unserialize(InputStream stream, HproseMode mode, Class<T> type) throws IOException
IOExceptionpublic static final <T> T unserialize(InputStream stream, boolean simple, Class<T> type) throws IOException
IOExceptionpublic static final <T> T unserialize(InputStream stream, HproseMode mode, boolean simple, Class<T> type) throws IOException
IOExceptionCopyright © 2016. All Rights Reserved.