ignore and annotation description
This commit is contained in:
parent
204f73f045
commit
ba6bf7eb37
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/build/
|
/build/
|
||||||
/gradle/wrapper/gradle-wrapper.jar
|
/gradle/wrapper/gradle-wrapper.jar
|
||||||
/gradle/wrapper/gradle-wrapper.properties
|
/gradle/wrapper/gradle-wrapper.properties
|
||||||
|
/node_modules
|
||||||
|
@ -97,3 +97,7 @@ It adds 4 bytes to the serialized data.
|
|||||||
## @Unisgned
|
## @Unisgned
|
||||||
|
|
||||||
This __field annontation__ allows to store __integer fields__ of any size more compact by not saving the sign. Could be applyed to both signed and unsigned integers of any size.
|
This __field annontation__ allows to store __integer fields__ of any size more compact by not saving the sign. Could be applyed to both signed and unsigned integers of any size.
|
||||||
|
|
||||||
|
## @FixedSize(size)
|
||||||
|
|
||||||
|
Use it with fixed-size collections (like hashes, keys, etc) to not to keep collection size in the packed binary. It saves at least one byte.
|
Loading…
Reference in New Issue
Block a user