Package org.nuxeo.lib.stream.codec
package org.nuxeo.lib.stream.codec
-
ClassDescriptionAvro Binary format, there is no header, the schema must be the same for encoder and decoder.Use the Confluent Avro encoding which differs from Avro message, the schema store is a REST Confluent Schema Registry.JSON Avro format for debugging purpose.Avro Single object encoding: magic 2 bytes + schema fingerprint 8 bytes + avro binary.An extended SchemaStore that know how to add schema.Codec<T>Convert an object to/from byte array.Very simple SchemaStore that uses a file storage to persists its schemas.Special no operation codec, can be used as marker.SerializableCodec<T extends Serializable>Java
Serializable
encoding.