Uses of Interface
com.google.auto.value.extension.serializable.serializer.interfaces.Serializer
-
Packages that use Serializer Package Description com.google.auto.value.extension.serializable.serializer.impl com.google.auto.value.extension.serializable.serializer.interfaces -
-
Uses of Serializer in com.google.auto.value.extension.serializable.serializer.impl
Methods in com.google.auto.value.extension.serializable.serializer.impl that return Serializer Modifier and Type Method Description static SerializerIdentitySerializerFactory. getSerializer(TypeMirror typeMirror)Returns aSerializerthat leaves the type as is.SerializerSerializerFactoryImpl. getSerializer(TypeMirror typeMirror)Methods in com.google.auto.value.extension.serializable.serializer.impl that return types with arguments of type Serializer Modifier and Type Method Description Optional<Serializer>ImmutableListSerializerExtension. getSerializer(TypeMirror typeMirror, SerializerFactory factory, ProcessingEnvironment processingEnv)Optional<Serializer>ImmutableMapSerializerExtension. getSerializer(TypeMirror typeMirror, SerializerFactory factory, ProcessingEnvironment processingEnv)Optional<Serializer>OptionalSerializerExtension. getSerializer(TypeMirror typeMirror, SerializerFactory factory, ProcessingEnvironment processingEnv)Creates aSerializerthat supportsOptionaltypes. -
Uses of Serializer in com.google.auto.value.extension.serializable.serializer.interfaces
Methods in com.google.auto.value.extension.serializable.serializer.interfaces that return Serializer Modifier and Type Method Description SerializerSerializerFactory. getSerializer(TypeMirror type)Returns aSerializerfor the givenTypeMirror.Methods in com.google.auto.value.extension.serializable.serializer.interfaces that return types with arguments of type Serializer Modifier and Type Method Description Optional<Serializer>SerializerExtension. getSerializer(TypeMirror type, SerializerFactory factory, ProcessingEnvironment processingEnv)
-