Deserializer class
The deserializer you want Kinesis Data Firehose to use for converting the input data from JSON. Kinesis Data Firehose then serializes the data to its final format using the Serializer. Kinesis Data Firehose supports two types of deserializers: the Apache Hive JSON SerDe and the OpenX JSON SerDe.
Constructors
- Deserializer({HiveJsonSerDe? hiveJsonSerDe, OpenXJsonSerDe? openXJsonSerDe})
-
Deserializer.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hiveJsonSerDe → HiveJsonSerDe?
-
The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for
deserializing data, which means converting it from the JSON format in
preparation for serializing it to the Parquet or ORC format. This is one of
two deserializers you can choose, depending on which one offers the
functionality you need. The other option is the OpenX SerDe.
final
- openXJsonSerDe → OpenXJsonSerDe?
-
The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which
means converting it from the JSON format in preparation for serializing it
to the Parquet or ORC format. This is one of two deserializers you can
choose, depending on which one offers the functionality you need. The other
option is the native Hive / HCatalog JsonSerDe.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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