IOpenApiSerializable Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Open API element that comes with serialzation functionality.
public interface IOpenApiSerializable : Microsoft.OpenApi.Interfaces.IOpenApiElement
type IOpenApiSerializable = interface
interface IOpenApiElement
Public Interface IOpenApiSerializable
Implements IOpenApiElement
- Derived
- Implements
Methods
SerializeAsV2(IOpenApiWriter) |
Serialize Open API element to v2.0. |
SerializeAsV3(IOpenApiWriter) |
Serialize Open API element to v3.0. |
Extension Methods
Validate(IOpenApiElement, ValidationRuleSet) |
Validate element and all child elements |