public class Domain extends java.lang.Object implements JsonSerializable
| Constructor and Description |
|---|
Domain()
Initializes a new instance of the Domain class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
void |
serialize(JsonTelemetryDataSerializer writer)
Serializes the beginning of this object to the passed in writer.
|
protected void |
serializeContent(JsonTelemetryDataSerializer writer)
Serializes the beginning of this object to the passed in writer.
|
public void serialize(JsonTelemetryDataSerializer writer) throws java.io.IOException
serialize in interface JsonSerializablewriter - The writer to serialize this object to.java.io.IOException - The exception that might be thrown during serialization.protected void serializeContent(JsonTelemetryDataSerializer writer) throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionprotected void InitializeFields()