How to provide a custom string ID for class registration rather than int ID? #1969
-
Clearly, Fury supports using String IDs for classes, since it serializes the fully qualified name of unregistered classes when registration is not required. However, I can't find any way to manually set the key/ID as a string. This is useful because I want to get the security benefit of requiring classes to be registered while having the flexibility to use any string as the ID for a class. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Fury doesn't support to register a string name for class. We do have plans for this, But not this month. Currently we are working on xlang serialization. This feature may be implemented in next two months |
Beta Was this translation helpful? Give feedback.
Fury doesn't support to register a string name for class. We do have plans for this, But not this month. Currently we are working on xlang serialization. This feature may be implemented in next two months