using System; namespace AtomicEngine { public interface Serializer { IntPtr NativeInstance { get; } } }