Class SubstationAutomationSystemsSerDe

java.lang.Object
com.powsybl.commons.extensions.AbstractExtensionSerDe<com.powsybl.iidm.network.Substation,SubstationAutomationSystems>
com.powsybl.openloadflow.network.impl.extensions.SubstationAutomationSystemsSerDe
All Implemented Interfaces:
com.powsybl.commons.extensions.ExtensionProvider<com.powsybl.iidm.network.Substation,SubstationAutomationSystems>, com.powsybl.commons.extensions.ExtensionSerDe<com.powsybl.iidm.network.Substation,SubstationAutomationSystems>, com.powsybl.commons.Versionable

@AutoService(com.powsybl.commons.extensions.ExtensionSerDe.class) public class SubstationAutomationSystemsSerDe extends com.powsybl.commons.extensions.AbstractExtensionSerDe<com.powsybl.iidm.network.Substation,SubstationAutomationSystems>
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.powsybl.iidm.network.Substation substation, com.powsybl.commons.io.DeserializerContext deserializerContext)
     
    void
    write(SubstationAutomationSystems systems, com.powsybl.commons.io.SerializerContext serializerContext)
     

    Methods inherited from class com.powsybl.commons.extensions.AbstractExtensionSerDe

    getCategoryName, getExtensionClass, getExtensionName, getNamespacePrefix, getNamespaceUri, getVersion, getXsdAsStream

    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

    checkExtensionVersionSupported, getArrayNameToSingleNameMap, getName, getNamespaceUri, getVersion, getVersions, getXsdAsStreamList, isSerializable
  • Constructor Details

    • SubstationAutomationSystemsSerDe

      public SubstationAutomationSystemsSerDe()
  • Method Details

    • write

      public void write(SubstationAutomationSystems systems, com.powsybl.commons.io.SerializerContext serializerContext)
    • read

      public SubstationAutomationSystems read(com.powsybl.iidm.network.Substation substation, com.powsybl.commons.io.DeserializerContext deserializerContext)