将单个对象编码为 UTF-8 编码的 JSON 字符串的编码器。
此编码器等效于首先将对象转换为 JSON 字符串,然后对该字符串进行 UTF-8 编码,但不会创建中间字符串。
构造函数
- JsonUtf8Encoder([String? indent, dynamic toEncodable(dynamic object)?, int? bufferSize])
- 创建转换器。
属性
- hashCode → int
- 此对象的哈希码。no setterinherited
- runtimeType → Type
- 对象运行时类型的表示。no setterinherited
方法
-
bind(
Stream< Object?> stream) → Stream<List< int> > - 转换提供的
stream
。override -
cast<
RS, RT> () → Converter< RS, RT> - 为此流转换器提供
Converter<RS, RT>
视图。inherited -
convert(
Object? object) → List< int> - 将
object
转换为 UTF-8 编码的 JSON。override -
fuse<
TT> (Converter< List< other) → Converter<int> , TT>Object?, TT> - 将
this
与other
合并。inherited -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。inherited
-
startChunkedConversion(
Sink< List< sink) → ChunkedConversionSink<int> >Object?> - 开始分块转换。override
-
toString(
) → String - 此对象的字符串表示形式。inherited
运算符
-
operator ==(
Object other) → bool - 相等运算符。inherited