public class TestAvroSerializer
extends java.lang.Object
Constructor and Description |
---|
TestAvroSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
canSerializeArraysWithNullableComplexElements() |
void |
canSerializeArraysWithNullablePrimitiveElements() |
void |
canSerializeBooleans() |
void |
canSerializeBytes() |
void |
canSerializeDoubles() |
void |
canSerializeEnums() |
void |
canSerializeFixed() |
void |
canSerializeFloats() |
void |
canSerializeInts() |
void |
canSerializeLists() |
void |
canSerializeMaps() |
void |
canSerializeMapsWithNullableComplexValues() |
void |
canSerializeMapsWithNullablePrimitiveValues() |
void |
canSerializeNullableBytes() |
void |
canSerializeNullableEnums() |
void |
canSerializeNullableFixed() |
void |
canSerializeNullableLists() |
void |
canSerializeNullableMaps() |
void |
canSerializeNullablePrimitiveTypes() |
void |
canSerializeNullableRecords() |
void |
canSerializeRecordsWithNullableComplexElements() |
void |
canSerializeStrings() |
void |
canSerializeStructs() |
void |
canSerializeUnions() |
public void canSerializeStrings() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeInts() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeBooleans() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeFloats() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeDoubles() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeLists() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeMaps() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeStructs() throws SerDeException
SerDeException
public void canSerializeUnions() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeEnums() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeNullableEnums() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeNullablePrimitiveTypes() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeMapsWithNullablePrimitiveValues() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeNullableRecords() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeNullableLists() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeNullableMaps() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeNullableFixed() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeNullableBytes() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeArraysWithNullablePrimitiveElements() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeArraysWithNullableComplexElements() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeRecordsWithNullableComplexElements() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeMapsWithNullableComplexValues() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeBytes() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
public void canSerializeFixed() throws SerDeException, java.io.IOException
SerDeException
java.io.IOException
Copyright © 2012 The Apache Software Foundation