'宣言 Public Overloads Shared Function SerializeObject( _ ByVal obj As System.Object, _ ByVal resolver As JsonResolver _ ) As System.String
public static System.string SerializeObject( System.object obj, JsonResolver resolver )
パラメータ
- obj
- The object to serialize.
- resolver
- The object of JsonResolver
戻り値の型
A JSON string representation of the object.