public class SimpleSerializedType extends Object implements SerializedType
Constructor and Description |
---|
SimpleSerializedType(String objectType,
String revisionNumber)
Initialize with given
objectType and revisionNumber |
Modifier and Type | Method and Description |
---|---|
static SerializedType |
emptyType()
Returns the type that represents an empty message, of undefined type.
|
boolean |
equals(Object o) |
String |
getName()
Returns the name of the serialized type.
|
String |
getRevision()
Returns the revision identifier of the serialized object.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isEmptyType
public static SerializedType emptyType()
null
revision.emptyType
in interface SerializedType
public String getName()
SerializedType
getName
in interface SerializedType
public String getRevision()
SerializedType
getRevision
in interface SerializedType
Copyright © 2010–2022. All rights reserved.