Package com.linkedin.venice.serializer
Class SerializerDeserializerFactory.SchemaPairAndClassContainer
java.lang.Object
com.linkedin.venice.serializer.SerializerDeserializerFactory.SchemaPairAndClassContainer
- Enclosing class:
- SerializerDeserializerFactory
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSchemaPairAndClassContainer
(org.apache.avro.Schema writer, org.apache.avro.Schema reader, Class c) -
Method Summary
-
Field Details
-
writer
public org.apache.avro.Schema writer -
reader
public org.apache.avro.Schema reader -
c
-
-
Constructor Details
-
SchemaPairAndClassContainer
public SchemaPairAndClassContainer(org.apache.avro.Schema writer, org.apache.avro.Schema reader, Class c)
-
-
Method Details