JsonSerializer Class

 

Updated: May 24, 2016

Represents the JsonSerializer objects.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

System::Object
  Microsoft.AnalysisServices::JsonSerializer

public ref class JsonSerializer abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDeserializeDatabase(String^, DeserializeOptions^)

Deserializes a given object.

System_CAPS_pubmethodSystem_CAPS_staticGenerateSchema(Type^, SerializeOptions^)

Generates a schema for the JsonSerializer type.

System_CAPS_pubmethodSystem_CAPS_staticSerializeDatabase(Database^, SerializeOptions^)

Serializes a database.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: