ImportAuthorizationRepresentationSerializer

Constructors

constructor()

Properties

Link copied to clipboard
open override val delegatee: JsonSerializer<*>?
Link copied to clipboard
open override val isUnwrappingSerializer: Boolean

Functions

Link copied to clipboard
open fun acceptJsonFormatVisitor(visitor: JsonFormatVisitorWrapper?, type: JavaType?)
Link copied to clipboard
Link copied to clipboard
open fun isEmpty(provider: SerializerProvider?, value: ImportAuthorizationRepresentation?): Boolean
Link copied to clipboard
open fun properties(): Iterator<PropertyWriter?>?
Link copied to clipboard
open fun replaceDelegatee(delegatee: JsonSerializer<*>?): JsonSerializer<ImportAuthorizationRepresentation?>?
Link copied to clipboard
open override fun serialize(value: ImportAuthorizationRepresentation?, gen: JsonGenerator?, serializers: SerializerProvider?)
Link copied to clipboard
open fun serializeWithType(value: ImportAuthorizationRepresentation?, gen: JsonGenerator?, serializers: SerializerProvider?, typeSer: TypeSerializer?)
Link copied to clipboard
open fun unwrappingSerializer(unwrapper: NameTransformer?): JsonSerializer<ImportAuthorizationRepresentation?>?
Link copied to clipboard
open fun usesObjectId(): Boolean
Link copied to clipboard
open fun withFilterId(filterId: Any?): JsonSerializer<*>?
Link copied to clipboard
open fun withIgnoredProperties(ignoredProperties: Set<String?>?): JsonSerializer<*>?