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 | |
|---|---|---|
![]() |
VssJsonMediaTypeFormatter |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Indent | (Inherited from JsonMediaTypeFormatter.) |
![]() |
MaxDepth | (Inherited from JsonMediaTypeFormatter.) |
![]() |
MediaTypeMappings | (Inherited from MediaTypeFormatter.) |
![]() |
RequiredMemberSelector | (Inherited from MediaTypeFormatter.) |
![]() |
SerializerSettings | (Inherited from JsonMediaTypeFormatter.) |
![]() |
SupportedEncodings | (Inherited from MediaTypeFormatter.) |
![]() |
SupportedMediaTypes | (Inherited from MediaTypeFormatter.) |
![]() |
UseDataContractJsonSerializer | (Inherited from JsonMediaTypeFormatter.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CanReadType | (Inherited from JsonMediaTypeFormatter.) |
![]() |
CanWriteType | (Inherited from JsonMediaTypeFormatter.) |
![]() |
CreateDefaultSerializerSettings | (Inherited from JsonMediaTypeFormatter.) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetPerRequestFormatterInstance | (Inherited from MediaTypeFormatter.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ReadFromStreamAsync | (Inherited from JsonMediaTypeFormatter.) |
![]() |
SelectCharacterEncoding | (Inherited from MediaTypeFormatter.) |
![]() |
SetDefaultContentHeaders | (Inherited from MediaTypeFormatter.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
WriteToStreamAsync(Type, Object, Stream, HttpContent, TransportContext) | (Inherited from JsonMediaTypeFormatter.) |
![]() |
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.
.gif)
.gif)
.gif)