dotnetomaniak.pl - Artykuły z tagiem binarna

The problem I would like to discuss is an API call, where you need to send binary data (for example multiple images) and some metadata information together. There are various ways you can approach this, and I will describe them briefly. Then I will go into more detail on multipart/form-data requests and how they can help you with the mentioned task.Approach 1 – Send metadata and files in separate requests The steps could be this:Send metadata to server Server stores metadata and generates an unique URL...

Dziel się z innymi:
Marcin Budny 's blog: Sending binary data along with a REST API request

Web 3639 dni, 1 godzinę, 17 minut temu Paweł Łukasik 138 źrodło rozwiń

Dzisiaj będzie krótko, gdyż temat jest dość krótki. Artykuł o tej tematyce piszę z powodu tego, ponieważ w polskim internecie ciężko znaleźć publikacje o serializacji i deserializacji binarnej, raczej spotykam się z serializacją do xml. Dla osób bardzo początkujących opiszę co to ów serializacja jest. Opisując to najprościej jest to zapisanie stanów obiektów do pliku w postaci binarnej, czyli nieczytelnej dla użytkownika. Deserializacja ...

Źródło: www.mmweb.pl
Dziel się z innymi:
C# Serializacja i deserializacja binarna

Windows 3829 dni, 18 godzin, 35 minut temu matti 654 źrodło rozwiń

Najaktywniejsi w tym miesiącu