C# Class Runt.Core.JsonSerializerExtensions

Afficher le fichier Open project: Runt-Editor/Runt

Méthodes publiques

Méthode Description
WriteProperty ( this serializer, JsonWriter writer, string propertyName, object value ) : void

Method Details

WriteProperty() public static méthode

public static WriteProperty ( this serializer, JsonWriter writer, string propertyName, object value ) : void
serializer this
writer Newtonsoft.Json.JsonWriter
propertyName string
value object
Résultat void