VssJsonMediaTypeFormatter Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Inheritance Hierarchy

System.Object
  System.Net.Http.Formatting.MediaTypeFormatter
    System.Net.Http.Formatting.JsonMediaTypeFormatter
      Microsoft.VisualStudio.Services.Common.VssJsonMediaTypeFormatter

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Class VssJsonMediaTypeFormatter _
    Inherits JsonMediaTypeFormatter
public class VssJsonMediaTypeFormatter : JsonMediaTypeFormatter
public ref class VssJsonMediaTypeFormatter : public JsonMediaTypeFormatter
type VssJsonMediaTypeFormatter =  
    class 
        inherit JsonMediaTypeFormatter 
    end
public class VssJsonMediaTypeFormatter extends JsonMediaTypeFormatter

The VssJsonMediaTypeFormatter type exposes the following members.

Constructors

  Name Description
Public method VssJsonMediaTypeFormatter

Top

Properties

  Name Description
Public property Indent (Inherited from JsonMediaTypeFormatter.)
Public property MaxDepth (Inherited from JsonMediaTypeFormatter.)
Public property MediaTypeMappings (Inherited from MediaTypeFormatter.)
Public property RequiredMemberSelector (Inherited from MediaTypeFormatter.)
Public property SerializerSettings (Inherited from JsonMediaTypeFormatter.)
Public property SupportedEncodings (Inherited from MediaTypeFormatter.)
Public property SupportedMediaTypes (Inherited from MediaTypeFormatter.)
Public property UseDataContractJsonSerializer (Inherited from JsonMediaTypeFormatter.)

Top

Methods

  Name Description
Public method CanReadType (Inherited from JsonMediaTypeFormatter.)
Public method CanWriteType (Inherited from JsonMediaTypeFormatter.)
Public method CreateDefaultSerializerSettings (Inherited from JsonMediaTypeFormatter.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetPerRequestFormatterInstance (Inherited from MediaTypeFormatter.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ReadFromStreamAsync (Inherited from JsonMediaTypeFormatter.)
Public method SelectCharacterEncoding (Inherited from MediaTypeFormatter.)
Public method SetDefaultContentHeaders (Inherited from MediaTypeFormatter.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method WriteToStreamAsync(Type, Object, Stream, HttpContent, TransportContext) (Inherited from JsonMediaTypeFormatter.)
Public method WriteToStreamAsync(Type, Object, Stream, HttpContent, TransportContext)

Top

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.

See Also

Reference

Microsoft.VisualStudio.Services.Common Namespace