This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
[B1] Unknown fields type for entities #21
Comments
LucBerge
changed the title
Unknown fields type for entities
[Job B] Unknown fields type for entities
Jan 2, 2023
LucBerge
changed the title
[Job B] Unknown fields type for entities
[B1] Unknown fields type for entities
Feb 5, 2023
Well lets not rush this, as this will be a breaking change to my entity definition parser, so lets look what data says Following value groups are found in the json data: 5 : reference type
4 : reference type
3 : reference type
2 : reference type
1 : reference type
-1 : int
-2 : bool/boolean
-3 : string can be a single string or strings with separator as one string
-4 : double (64bit), actually could be single/float(32bit) as most data contained in it don't require double precision
-5 : integer which is a key in translation file
-6 : uint
-99 : public class Vector extends AbstractList implements List, RandomAccess, Cloneable, Serializable1. Vector of basic type:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the enties files, the field type are negative numbers. Display the type in string instead of the number.
-1 : integer
-2 : boolean
-3 : utf (string)
-4 : double
-5 : i18n
-6 : unsigned_integer (id of entity)
-99 : list
Rewrite the D2oReader class
The text was updated successfully, but these errors were encountered: