System.Private.Windows.BinaryFormat.Serializer.BinaryObjectString
String record.
namespace System.Private.Windows.BinaryFormat.Serializer
{
internal sealed class BinaryObjectString : IWritableRecord, IRecord, IRecord<BinaryObjectString>
{
public Id ObjectId { get; }
public string Value { get; }
public static RecordType RecordType { get; }
public BinaryObjectString(Id objectId, string value);
}
}