public class Domain extends java.lang.Object implements SendableData
| Constructor and Description |
|---|
Domain()
Initializes a new instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseTypeName() |
java.lang.String |
getEnvelopName() |
protected void |
InitializeFields() |
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.IOException - Might be throw during serialization.protected void InitializeFields()
public java.lang.String getEnvelopName()
getEnvelopName in interface SendableDatapublic java.lang.String getBaseTypeName()
getBaseTypeName in interface SendableData