Microsoft .Net-Samples
Loading...
Searching...
No Matches
fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleJSONSerializeNet90 Class Reference

JsonSerializer-Class und deren Einsatz / Möglichkeiten mit .Net 9.0. More...

Static Public Member Functions

static string _GetJSONSerializedString ()
 cbOption01.Checked: JsonSerializer mit JsonSerializerOptions
static string _GetJSONSerializedStringWebOptimized ()
 cbOption02.Checked: JsonSerializer mit Darstellung WEB (Camel-Case)
static string _GetJSONSerializedStringWebOptimized (JsonNamingPolicy _JsonNamingPolicy)
 cbOption03.Checked: JsonSerializer mit JsonSerializerOptions und JsonNamingPolicy
static string _GetJSONSerializedStringWebOptimizedOption04 ()
 cbOption04.Checked: JsonSerializer mit JsonSerializerOptions, async mit Lamdba-Audruck
static async Task< string > _GetJSONSerializedStringWebOptimizedvOption05Async ()
 cbOption05.Checked: ASYNC JsonSerializer mit JsonSerializerOptions
static async Task< string > _GetJSONSerializedStringWebOptimizedvOption06Async ()
 cbOption06.Checked: ASYNC JsonSerializer mit JsonSerializerOptions

Detailed Description

JsonSerializer-Class und deren Einsatz / Möglichkeiten mit .Net 9.0.

Remarks:

Member Function Documentation

◆ _GetJSONSerializedString()

string fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleJSONSerializeNet90._GetJSONSerializedString ( )
static

cbOption01.Checked: JsonSerializer mit JsonSerializerOptions

Returns

Remarks:

◆ _GetJSONSerializedStringWebOptimized() [1/2]

string fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleJSONSerializeNet90._GetJSONSerializedStringWebOptimized ( )
static

cbOption02.Checked: JsonSerializer mit Darstellung WEB (Camel-Case)

Returns

Remarks:

JsonNamingPolicy => Camel-Case Einstellung wird automatisch umgesetzt. Gute Option damit das im Syntax passt.

◆ _GetJSONSerializedStringWebOptimized() [2/2]

string fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleJSONSerializeNet90._GetJSONSerializedStringWebOptimized ( JsonNamingPolicy _JsonNamingPolicy)
static

cbOption03.Checked: JsonSerializer mit JsonSerializerOptions und JsonNamingPolicy

Parameters
_JsonNamingPolicy
Returns

Remarks:

◆ _GetJSONSerializedStringWebOptimizedOption04()

string fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleJSONSerializeNet90._GetJSONSerializedStringWebOptimizedOption04 ( )
static

cbOption04.Checked: JsonSerializer mit JsonSerializerOptions, async mit Lamdba-Audruck

Returns

Remarks:

◆ _GetJSONSerializedStringWebOptimizedvOption05Async()

async Task< string > fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleJSONSerializeNet90._GetJSONSerializedStringWebOptimizedvOption05Async ( )
static

cbOption05.Checked: ASYNC JsonSerializer mit JsonSerializerOptions

Returns

Remarks:

◆ _GetJSONSerializedStringWebOptimizedvOption06Async()

async Task< string > fho.frm.net.Microsoft_DotNetSamples.ClassMethode.SampleJSONSerializeNet90._GetJSONSerializedStringWebOptimizedvOption06Async ( )
static

cbOption06.Checked: ASYNC JsonSerializer mit JsonSerializerOptions

Returns

Remarks:


The documentation for this class was generated from the following file:
  • U:/00000000_global_projects/000_DotNetxx/fho.frm.net.Microsoft_DotNetSamples/fho.frm.net.Microsoft_DotNetSamples/ClassMethode/SampleJSONSerialize.cs