JsonSerializer Class

Namespace: Microsoft.ApplicationInsights.Extensibility.Implementation
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public NotInheritable Class JsonSerializer
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public static class JsonSerializer
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public ref class JsonSerializer abstract sealed
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
public final class JsonSerializer
EditorBrowsableAttribute(EditorBrowsableState.Never) 
public final class JsonSerializer

Inheritance Hierarchy

System.Object
  Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer

Thread Safety

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

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

JsonSerializer Members
Microsoft.ApplicationInsights.Extensibility.Implementation Namespace