|
|
@ -56,6 +56,7 @@ namespace Google.Protobuf |
|
|
|
/// and <c>MapField<TKey, TValue></c> to serialize such fields. |
|
|
|
/// and <c>MapField<TKey, TValue></c> to serialize such fields. |
|
|
|
/// </para> |
|
|
|
/// </para> |
|
|
|
/// </remarks> |
|
|
|
/// </remarks> |
|
|
|
|
|
|
|
[SecuritySafeCritical] |
|
|
|
public sealed partial class CodedOutputStream : IDisposable |
|
|
|
public sealed partial class CodedOutputStream : IDisposable |
|
|
|
{ |
|
|
|
{ |
|
|
|
// "Local" copy of Encoding.UTF8, for efficiency. (Yes, it makes a difference.) |
|
|
|
// "Local" copy of Encoding.UTF8, for efficiency. (Yes, it makes a difference.) |
|
|
|