Имя | Описание |
---|---|
DictionaryToStringJoiner | |
HttpWebRequestBuilder | |
RequestUriBuilder | |
Utf8StringWriter | MyAnimeList.net Anime/MangaValues XML requires UTF-8 encoding in the declaration. But StringWriter "advertises itself using UTF-16" http://stackoverflow.com/a/5248439/4035. So to return UTF-8 in the declaration, we need to overwrite encoding of string writer |