Search
SerializationContext.getFileVersion Method
See Also
 






Gets the format revision number of the file being loaded.

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

 Syntax

Java  Copy Code

public int getFileVersion ()

 Return Value

An integer value identifying the schedule file format revision number.

 Remarks

This revision number specifies the format of the schedule binary and XML files, but not of distinct item classes. If using custom item classes, specify their format revision number when registering them with the schedule via the Schedule.registerItemClass method.

 See Also