public class BinaryJsonner extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static byte |
btType |
static byte |
bytesType |
static byte |
byteType |
static byte |
emuType |
static byte |
intType |
static byte |
nullType |
static byte |
objectIdType |
static byte |
otherJavaType |
static byte |
peerIdType |
static byte |
strType |
static byte |
tcpType |
static byte |
transportIdType |
static byte |
udpType |
| コンストラクタと説明 |
|---|
BinaryJsonner() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Serializable |
deserialize(ByteBuffer bbuf) |
static ByteBuffer |
serialize(ByteBuffer bbuf,
Serializable obj) |
public static final byte nullType
public static final byte emuType
public static final byte tcpType
public static final byte udpType
public static final byte btType
public static final byte peerIdType
public static final byte objectIdType
public static final byte transportIdType
public static final byte byteType
public static final byte intType
public static final byte bytesType
public static final byte strType
public static final byte otherJavaType
public static ByteBuffer serialize(ByteBuffer bbuf, Serializable obj) throws BinaryJsonabilityException
public static Serializable deserialize(ByteBuffer bbuf) throws BinaryJsonabilityException
Copyright © 2017. All rights reserved.