Hitachi

JP1 Version 12 JP1/Navigation Platform Development Guide


6.4 SupendInfoSerializeUtil (utility class for suspend information serialization)

This utility class provides the methods for serializing and deserializing suspend information (ISuspendInfo).

You can use the serialize method of this class to serialize suspend information (ISuspendInfo) to XML format. You can also use the deserialize method to recover the suspend information (ISuspendInfo) serialized to XML format.

Package

package jp.co.hitachi.soft.ucnp.plugin.suspend.util;

Format

public class SuspendInfoSerializeUtil

Methods

Organization of this section