Свойство | Тип | Описание | |
---|---|---|---|
FilterAttributes | void |
Метод | Описание | |
---|---|---|
CreateJsonWriter ( |
Called during serialization to get the T:Newtonsoft.Json.JsonWriter.
|
|
GetPerRequestFormatterInstance ( |
Returns a specialized instance of the T:System.Net.Http.Formatting.MediaTypeFormatter that can format a response for the given parameters.
|
|
WriteToStream ( |
Called during serialization to write an object of the specified type to the specified stream.
|
Метод | Описание | |
---|---|---|
FilterAttributes ( Data rockContext, IEnumerable |
Filters the attributes.
|
public CreateJsonWriter ( |
||
type | The type of the object to write. | |
writeStream | System | The stream to write to. |
effectiveEncoding | The encoding to use when writing. | |
Результат | Newtonsoft.Json.JsonWriter |
public GetPerRequestFormatterInstance ( |
||
type | The type to format. | |
request | System | The request. |
mediaType | System | The media type. |
Результат | System.Net.Http.Formatting.MediaTypeFormatter |
public WriteToStream ( |
||
type | The type of the object to write. | |
value | object | The object to write. |
writeStream | System | The stream to write to. |
effectiveEncoding | The encoding to use when writing. | |
Результат | void |