# SiloAddressJsonConverter.WriteJson(JsonWriter, object, JsonSerializer)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.serialization.siloaddressjsonconverter/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.serialization.siloaddressjsonconverter/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Serialization/OrleansJsonSerializer.cs#L181-L183)

```csharp
public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer)
```

Writes the JSON representation of the object.

### Parameters

- `writer` (`JsonWriter`): The `Newtonsoft.Json.JsonWriter` to write to.
- `value` (`object`): The value.
- `serializer` (`JsonSerializer`): The calling serializer.
