gpt4 book ai didi

java - 使用 Gson 显示枚举及其属性的映射

转载 作者:行者123 更新时间:2023-12-02 07:48:47 29 4
gpt4 key购买 nike

我正在使用 Gson,我想序列化并显示一个枚举。

我的枚举:

Tuple{

SINGLE(1,"Single"),
DOUBLE(2,"Double")

Tuple(int asInt,String properName){
this.asInt=asInt;
this.fullName=fullName;
}

public int AsInt;
public String fullname;
}

我想要这样的输出:

(SINGLE:{asInt:1,fullName:'Single'},DOUBLE:{asInt:2,fullname:'Double'})

我该如何做这个?

最佳答案

如果我没记错的话,您似乎需要一些自定义序列化和反序列化。检查this关联。它有一个非常 self 描述的示例,您可以将其用作启动。

关于java - 使用 Gson 显示枚举及其属性的映射,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10485826/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com