IBinary interface IBinary Documentation Code namespace Newtonsoft.Json.Converters { internal interface IBinary { byte[] ToArray(); } }