NullConverter¶
-
public class
NullConverter
implements Converter<ByteBuffer>¶ A converter with wire type
ByteBuffer
that is capable of handling the null value.- Author
jmoringe
Fields¶
SIGNATURE¶
-
public static final ConverterSignature
SIGNATURE
¶ Signature of
NullConverter
instances.
Methods¶
deserialize¶
-
public UserData<ByteBuffer>
deserialize
(String wireSchema, ByteBuffer bytes)¶
getSignature¶
-
public ConverterSignature
getSignature
()¶
serialize¶
-
public WireContents<ByteBuffer>
serialize
(Class<?> typeInfo, Object data)¶