Class GatewaySchema
Inheritance
GatewaySchema
Assembly: CrashCABN.Gateway.Abstractions.dll
Syntax
public sealed record GatewaySchema : SchemaBase, IEquatable<SchemaBase>, IEquatable<GatewaySchema>
Constructors
View Source
GatewaySchema()
Declaration
Methods
View Source
SerializeConciseAsync<T>(Stream, T)
Declaration
public static Task SerializeConciseAsync<T>(Stream s, T mappings)
Parameters
Type |
Name |
Description |
Stream |
s |
|
T |
mappings |
|
Returns
Type Parameters
View Source
SerializeIndented<T>(T)
Declaration
public static string SerializeIndented<T>(T mappings)
Parameters
Type |
Name |
Description |
T |
mappings |
|
Returns
Type Parameters
Implements