Searched defs:formatDefaultValues (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
H A DJsonFormatter.cs855 /// <param name="formatDefaultValues"><c>true</c> if default values (0, empty strings etc) should be formatted; <c>false</c> otherwise.</param>
856 public Settings(bool formatDefaultValues) : this(formatDefaultValues, TypeRegistry.Empty) argument
864 /// <param name="formatDefaultValues"><c>true</c> if default values (0, empty strings etc) should be formatted; <c>false</c> otherwise.</param>
866 public Settings(bool formatDefaultValues, TypeRegistry typeRegistry) argument
868 FormatDefaultValues = formatDefaultValues;

Completed in 101 milliseconds