public class TestAvroDeserializer
extends java.lang.Object
Constructor and Description |
---|
TestAvroDeserializer() |
Modifier and Type | Method and Description |
---|---|
void |
canDeserializeArrays() |
void |
canDeserializeBytes() |
void |
canDeserializeEnums() |
void |
canDeserializeFixed() |
void |
canDeserializeMapsWithPrimitiveKeys() |
void |
canDeserializeMapWithNullablePrimitiveValues() |
void |
canDeserializeNullableEnums() |
void |
canDeserializeNullableTypes() |
void |
canDeserializeRecords() |
void |
canDeserializeUnions() |
void |
canDeserializeVoidType() |
public void canDeserializeVoidType() throws java.io.IOException, SerDeException
java.io.IOException
SerDeException
public void canDeserializeMapsWithPrimitiveKeys() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canDeserializeArrays() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canDeserializeRecords() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canDeserializeUnions() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canDeserializeEnums() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canDeserializeFixed() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canDeserializeBytes() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canDeserializeNullableTypes() throws java.io.IOException, SerDeException
java.io.IOException
SerDeException
public void canDeserializeNullableEnums() throws java.io.IOException, SerDeException
java.io.IOException
SerDeException
public void canDeserializeMapWithNullablePrimitiveValues() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
Copyright © 2012 The Apache Software Foundation