Class InjectionObservabilitySerDe<T extends Injection<T>>
java.lang.Object
com.powsybl.commons.extensions.AbstractExtensionSerDe<T,InjectionObservability<T>>
com.powsybl.iidm.serde.extensions.InjectionObservabilitySerDe<T>
- All Implemented Interfaces:
ExtensionProvider<T,
,InjectionObservability<T>> ExtensionSerDe<T,
,InjectionObservability<T>> Versionable
@AutoService(ExtensionSerDe.class)
public class InjectionObservabilitySerDe<T extends Injection<T>>
extends AbstractExtensionSerDe<T,InjectionObservability<T>>
- Author:
- Thomas Adam <tadam at silicom.fr>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionread
(T identifiable, DeserializerContext context) void
write
(InjectionObservability<T> injectionObservability, SerializerContext context) 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
-
InjectionObservabilitySerDe
public InjectionObservabilitySerDe()
-
-
Method Details
-
write
-
read
-