- Building Microservices with Go
- Nic Jackson
- 134字
- 2021-07-15 17:28:16
Object type standardization
Whether you are using custom binary serialization, JSON, or JSON-RPC you need to think about how your user is going to handle the object at the other side of the transaction. Many of the serialization packages Protocol Buffers such as protocol buffers and Thrift that use stubs to generate client code will happily deal with serialization of simple types such as Dates into native types that enable your consumer to easily use and manipulate these objects. However, if you are using JSON or JSON-RPC there is no concept of a Date as a native type therefore it can be useful to fall back to ISO standards which the user of the client can easily deserialize. The Microsoft API design guidelines provide some good advice on how to handle Dates and Durations.
- 多媒體CAI課件設計與制作導論(第二版)
- iOS Game Programming Cookbook
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Apache Spark 2 for Beginners
- 數據結構習題精解(C語言實現+微課視頻)
- Android NDK Beginner’s Guide
- VMware虛擬化技術
- UI設計全書(全彩)
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- C++語言程序設計
- Getting Started with Polymer
- MyBatis 3源碼深度解析
- Android移動應用項目化教程
- C++17 By Example
- Implementing Domain:Specific Languages with Xtext and Xtend