We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JsonSerializer
JsonDeserializer
Context: #611 (comment)
WebService 工具透過 HTTP 界面來提供管理 Kafka 叢集的功能,WebService 使用 JSON 當做和 HTTP Client 傳輸資料的格式。專案內現在透過 GSON library 來做 Class instance 對 JSON 字串的序列化和反序列化,針對比較複雜的 Class 或有特別規則的序列化格式,我們需要自己實作 JsonSerializer 或 JsonDeserializer 和對應的規則邏輯。
目前沒有針對這類特製的序列化邏輯做統一格式的整理,我們應該管理/整合邏輯。
The text was updated successfully, but these errors were encountered:
ref #974
Sorry, something went wrong.
No branches or pull requests
Context: #611 (comment)
WebService 工具透過 HTTP 界面來提供管理 Kafka 叢集的功能,WebService 使用 JSON 當做和 HTTP Client 傳輸資料的格式。專案內現在透過 GSON library 來做 Class instance 對 JSON 字串的序列化和反序列化,針對比較複雜的 Class 或有特別規則的序列化格式,我們需要自己實作
JsonSerializer
或JsonDeserializer
和對應的規則邏輯。目前沒有針對這類特製的序列化邏輯做統一格式的整理,我們應該管理/整合邏輯。
The text was updated successfully, but these errors were encountered: