public abstract class Base extends java.lang.Object implements JsonSerializable, SendableData
| Constructor and Description |
|---|
Base()
Initializes a new instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBaseType() |
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.
|
void |
setBaseType(java.lang.String baseType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseTypeName, getEnvelopNamepublic java.lang.String getBaseType()
public void setBaseType(java.lang.String baseType)
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()