private void WriteString(string value) { WriteObjectTypeCode(ObjectTypeCode.String); Output.Write(value); }