Class GeneratorStartupSerDe
java.lang.Object
com.powsybl.iidm.serde.extensions.AbstractVersionableNetworkExtensionSerDe<Generator,GeneratorStartup>
com.powsybl.iidm.serde.extensions.GeneratorStartupSerDe
- All Implemented Interfaces:
ExtensionProvider<Generator,
,GeneratorStartup> ExtensionSerDe<Generator,
,GeneratorStartup> Versionable
@AutoService(ExtensionSerDe.class)
public class GeneratorStartupSerDe
extends AbstractVersionableNetworkExtensionSerDe<Generator,GeneratorStartup>
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the XSD schema describing the extension to serialize in the latest version of its XML serialization.Return the list of all XSD schemas describing the extension to serialize.read
(Generator generator, DeserializerContext context) void
write
(GeneratorStartup startup, SerializerContext context) Methods inherited from class com.powsybl.iidm.serde.extensions.AbstractVersionableNetworkExtensionSerDe
checkExtensionVersionSupported, checkReadingCompatibility, checkWritingCompatibility, getCategoryName, getExtensionClass, getExtensionName, getNamespacePrefix, getNamespaceUri, getNamespaceUri, getVersion, getVersion, getVersion, getVersions, versionExists
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.powsybl.commons.extensions.ExtensionSerDe
getArrayNameToSingleNameMap, getName, isSerializable
-
Constructor Details
-
GeneratorStartupSerDe
public GeneratorStartupSerDe()
-
-
Method Details
-
getXsdAsStream
Description copied from interface:ExtensionSerDe
Return the XSD schema describing the extension to serialize in the latest version of its XML serialization. -
getXsdAsStreamList
Description copied from interface:ExtensionSerDe
Return the list of all XSD schemas describing the extension to serialize.
There is a distinct XSD schema for each version of its XML serialization. -
write
-
read
-