using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace AyCode.Core.Serializers;
///
/// Shared reference tracking logic for serialization.
/// Tracks object references to enable $id/$ref handling for circular references.
///
//public sealed class SerializationReferenceTracker
//{
// private readonly Dictionary