BooksCacheModel.BookExtensions.ToJson C# (CSharp) Method

ToJson() public static method

public static ToJson ( this books ) : string
books this
return string
        public static string ToJson(this IEnumerable<Book> books) =>
            JsonConvert.SerializeObject(books);

Same methods

BookExtensions::ToJson ( this book ) : string