SerDeInfo class

Serializer and deserializer information.

Constructors

SerDeInfo({String? name, Map<String, String>? parameters, String? serializationLibrary})
SerDeInfo.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the SerDe.
getter/setter pair
parameters Map<String, String>?
Key-value pairs that define the initialization parameters for the serialization library.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializationLibrary String?
Specifies a fully-qualified class name of the serialization library that is responsible for the translation of data between table representation and the underlying low-level input and output format structures.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited