Bruno's Notes
    首頁關於我Study4.TWFacebookGithub

  • 系列文章

    • git
    • vue
    • nuxt
    • vite
    • devops
    • study4
    • dotnetconf
    • aws
    • frontend
    • next.js
    • react
    • i18n
    • gatsby.js
    • postgresql
    • database
    • dotnet
    • prevision
    • iot
    • platformio
    • arduino
    • esp
    • elk
    • azure
    • vulnerability
    • ssl
    • vmss
    • cd
    • selenium
    • tdd
    • jest
    • layout
    • ec2
    • iac
    • terraform
    • ci
    • jenkins
    • ecs
    • ansible
    • redis
    • protobuf
    • serialize
    • deserialize
    • pub
    • sub
    • notify
background image
Oct 08 2016

[ProtoBuf] ProtoBuf Serialize 與 DeSerialize!

這一篇應該是我ProtoBuf的系列文章第二篇,上一篇只簡單說了一些安裝方式與一些定義檔 的設定根本就不知道該如何使用這一個好用的序列化工具。依樣會是使用protobuf-net 這一個套件來做一個簡單的紀錄。

  • Bruno JanBruno Jan
  • Comments

    Read more

Oct 06 2016

[ProtoBuf] 初次見面

目前會採用ProtoBuf序列化是因為先前使用JSON有效能上的問題與在存取Redis上產生較高的延遲,所以改採用ProtoBuf來作為資料序列化與存放到Redis的主要格式。雖然在閱讀上需要自己寫小工具做轉譯,但在一般情況擁有較好的效能展現。

  • Bruno JanBruno Jan
  • Comments

    Read more