NewtonsoftJsonObjectSerializer.Serialize メソッド

定義

指定した値をバイナリ表現に変換し、 に Stream書き込みます。

public override void Serialize (System.IO.Stream stream, object? value, Type inputType, System.Threading.CancellationToken cancellationToken);
override this.Serialize : System.IO.Stream * obj * Type * System.Threading.CancellationToken -> unit
Public Overrides Sub Serialize (stream As Stream, value As Object, inputType As Type, cancellationToken As CancellationToken)

パラメーター

stream
Stream

書き込み先の Stream

value
Object

変換する値。

inputType
Type

変換対象の value の型。

cancellationToken
CancellationToken

シリアル化時に使用する CancellationToken

例外

stream または inputType が null です。

適用対象