What did you expect to see? I expected the serialization and deserialization to complete successfully since I explicitly registered both Kind enum class and SomeClass using fury.register(). I've ...
そのEnumに定義された定数を、定義順に並べた配列を返すメソッド。 ・valuesOf(String name) //static method 引数の文字列と同名の定数を取得する。 ・toString() これはObject型のメソッドを自動でオーバーライドして定義される。ここで取得できる文字列は、定数の名前 ...
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.