nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MIME.application.json / ObjectSerializer

ObjectSerializer

Full name Microsoft.VisualBasic.MIME.application.json.ObjectSerializer Assembly Microsoft.VisualBasic.MIME.application.json Members 2

01 Syntax

Microsoft.VisualBasic.MIME.application.json.ObjectSerializer

02 Methods

NameOverloadsSummary
populateTableJson 1 所有的字典键都会被强制转换为字符串类型
GetJsonElement 1 Convert any .NET CLR object as json element model for build json string or bson data

03 Members

method populateTableJson #
populateTableJson(IDictionary, Type, JSONSerializerOptions)

所有的字典键都会被强制转换为字符串类型

Parameters
NameTypeDescription
objIDictionary

-

valueSchemaType

-

method GetJsonElement #
GetJsonElement(Type, Object, JSONSerializerOptions)

Convert any .NET CLR object as json element model for build json string or bson data

Parameters
NameTypeDescription
schemaType

-

objObject

-

optJSONSerializerOptions

-