ConfigSerializer Class

Namespace
GitVersion.Configuration
Base Types
  • object
graph BT Type-->Base0["object"] Type["ConfigSerializer"] class Type type-node

Syntax

public class ConfigSerializer

Methods

Name Value Summary
Read(TextReader) Config
static
Write(Config, TextWriter) void
static

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<ConfigSerializer>(string) T
GitHub