'宣言 Public Overloads Shared Function SerializeObject( _ ByVal obj As System.Object, _ Optional ByVal js As JsonSetting _ ) As System.String
public static System.string SerializeObject( System.object obj, JsonSetting js )
パラメータ
- obj
- The object to serialize.
- js
- The JsonSetting used to serialize the object. If this is null, default serialization settings will be used.
戻り値の型
A JSON string representation of the object.