Uses of Class
com.github.cafapi.common.api.CodecException
Packages that use CodecException
Package
Description
-
Uses of CodecException in com.github.cafapi.common.api
Methods in com.github.cafapi.common.api that throw CodecExceptionModifier and TypeMethodDescriptiondefault <T> T
Codec.deserialise
(byte[] data, Class<T> clazz) <T> T
Codec.deserialise
(byte[] data, Class<T> clazz, DecodeMethod method) Deserialise the given data into the specified class.default <T> T
Codec.deserialise
(InputStream stream, Class<T> clazz) Deserialise the given data into the specified class using the default decode method.<T> T
Codec.deserialise
(InputStream stream, Class<T> clazz, DecodeMethod method) Deserialise the given data into the specified class using the default decode method.<T> T
Decoder.deserialise
(InputStream stream, Class<T> clazz) <T> byte[]
Codec.serialise
(T object) Serialise the given object into a byte data form. -
Uses of CodecException in com.github.cafapi.common.codecs.json
Methods in com.github.cafapi.common.codecs.json that throw CodecExceptionModifier and TypeMethodDescription<T> T
JsonCodec.deserialise
(byte[] data, Class<T> clazz, DecodeMethod method) <T> T
JsonCodec.deserialise
(InputStream stream, Class<T> clazz, DecodeMethod method) byte[]
-
Uses of CodecException in com.github.cafapi.common.codecs.jsonlzf
Methods in com.github.cafapi.common.codecs.jsonlzf that throw CodecExceptionModifier and TypeMethodDescription<T> T
JsonLzfCodec.deserialise
(byte[] data, Class<T> clazz, DecodeMethod method) <T> T
JsonLzfCodec.deserialise
(InputStream stream, Class<T> clazz, DecodeMethod method) byte[]
-
Uses of CodecException in com.github.cafapi.common.decoders.js
Methods in com.github.cafapi.common.decoders.js that throw CodecExceptionModifier and TypeMethodDescription<T> T
JavascriptDecoder.deserialise
(InputStream stream, Class<T> clazz) -
Uses of CodecException in com.github.cafapi.common.util.tools
Methods in com.github.cafapi.common.util.tools that throw CodecException