Package org.glassfish.tyrus.core.coder
package org.glassfish.tyrus.core.coder
Encoder and decoder adapters and built-in implementations.
-
ClassDescriptionCoderWrapper<T>Wrapper of coders storing the coder coder class (and optionally coder instance), return type of the encode / decode method and coder class.Built in
Decoder
forInputStream
.Collection of decoders for all primitive types.Fall-back encoder - encoders any object to string usingObject.toString()
method.