public class Extension extends java.lang.Object implements IJsonSerializable
Constructor and Description |
---|
Extension()
Initializes a new instance of the Extension class.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVer()
Gets the Ver property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
void |
serialize(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setVer(java.lang.String value)
Sets the Ver property.
|
public java.lang.String getVer()
public void setVer(java.lang.String value)
public void serialize(java.io.Writer writer) throws java.io.IOException
serialize
in interface IJsonSerializable
writer
- The writer to serialize this object to.java.io.IOException
- will be thrown if something wrong with the output
streamprotected java.lang.String serializeContent(java.io.Writer writer) throws java.io.IOException
writer
- The writer to serialize this object to.java.io.IOException
protected void InitializeFields()