IntOrStringYamlConverter Constructors
Class Constructors 1 member
Provides a custom YAML type converter that facilitates serialization and deserialization of objects of type
Int32OrStringV1. This converter supports both integers and strings. Constructor Section titled Constructor public class IntOrStringYamlConverter{ public IntOrStringYamlConverter() { // ... }}