Search
XmlSerializationContext.getClassVersion Method
See Also
 






Gets the class version of the currently deserialized item.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public int getClassVersion ()

 Return Value

An integer value specifying the class version of the currently deserialized item as specified by the call to Schedule.registerItemClass method at the time the item type was registered.

 Remarks

This property is only useful when deserializing items.

 See Also