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
SerDeExceptionjava.io.IOExceptionpublic void canSerializeInts()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeBooleans()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeFloats()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeDoubles()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeLists()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeMaps()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeStructs()
throws SerDeException
SerDeExceptionpublic void canSerializeUnions()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeEnums()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeNullableEnums()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeNullablePrimitiveTypes()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeMapsWithNullablePrimitiveValues()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeNullableRecords()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeNullableLists()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeNullableMaps()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeNullableFixed()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeNullableBytes()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeArraysWithNullablePrimitiveElements()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeArraysWithNullableComplexElements()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeRecordsWithNullableComplexElements()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeMapsWithNullableComplexValues()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeBytes()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionpublic void canSerializeFixed()
throws SerDeException,
java.io.IOException
SerDeExceptionjava.io.IOExceptionCopyright © 2012 The Apache Software Foundation