Class ActivePowerControlSerDe<T extends Injection<T>>
java.lang.Object
com.powsybl.iidm.serde.extensions.AbstractVersionableNetworkExtensionSerDe<T,ActivePowerControl<T>>
com.powsybl.iidm.serde.extensions.ActivePowerControlSerDe<T>
- All Implemented Interfaces:
ExtensionProvider<T,
,ActivePowerControl<T>> ExtensionSerDe<T,
,ActivePowerControl<T>> Versionable
@AutoService(ExtensionSerDe.class)
public class ActivePowerControlSerDe<T extends Injection<T>>
extends AbstractVersionableNetworkExtensionSerDe<T,ActivePowerControl<T>>
- Author:
- Ghiles Abdellah <ghiles.abdellah 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
(T identifiable, DeserializerContext context) void
write
(ActivePowerControl<T> activePowerControl, 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
-
ActivePowerControlSerDe
public ActivePowerControlSerDe()
-
-
Method Details
-
write
-
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. -
read
-