C# Class Runt.Core.JsonSerializerExtensions

Exibir arquivo Open project: Runt-Editor/Runt

Public Methods

Method Description
WriteProperty ( this serializer, JsonWriter writer, string propertyName, object value ) : void

Method Details

WriteProperty() public static method

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