LocationSerializer

class LocationSerializer : TypeSerializer<Location>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun deserialize(type: Type?, node: ConfigurationNode?): Location?
open fun deserialize(type: AnnotatedType, node: ConfigurationNode): Location
Link copied to clipboard
open fun emptyValue(specificType: AnnotatedType, options: ConfigurationOptions): @Nullable Location?
open fun emptyValue(specificType: Type, options: ConfigurationOptions): @Nullable Location?
Link copied to clipboard
open override fun serialize(type: Type?, obj: Location?, node: ConfigurationNode?)
open fun serialize(type: AnnotatedType, obj: @Nullable Location?, node: ConfigurationNode)