You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[#28](https://github.com/raydac/java-binary-block-parser/issues/28) added `JBBPOut#BinForceByteOrder` to override byte order defined in `@Bin` annotations of written object.
17
+
15
18
-**2.0.1 (04-feb-2020)**
16
19
-[#26](https://github.com/raydac/java-binary-block-parser/issues/26) fixed bug in array write with MSB0
Copy file name to clipboardExpand all lines: changelog.txt
+3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
2.0.2 (SNAPSHOT)
2
+
- [#28](https://github.com/raydac/java-binary-block-parser/issues/28) added `JBBPOut#BinForceByteOrder` to override byte order defined in `@Bin` annotations of written object.
3
+
1
4
2.0.1
2
5
- [#26](https://github.com/raydac/java-binary-block-parser/issues/26) fixed bug in array write with MSB0
@@ -95,7 +98,7 @@ protected void processObject(final Object obj, Field field, final Object customF
95
98
thrownewJBBPIllegalArgumentException("Class '" + obj.getClass().getName() + "' contains field '" + rec.mappingField.getName() + "\' which is custom one, you must provide JBBPCustomFieldWriter instance to save it.");
0 commit comments