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
am I correct that you have @Bin annotated object where directly defined ByteOrder and you want override order provided in @Bin by order provided in JBBPOut?
am I correct that you have @Bin annotated object where directly defined ByteOrder and you want override order provided in @Bin by order provided in JBBPOut?
JBBPOut use the Object's @bin annotation ByteOrder instead of inherit the ByteOrder from JBBPOut constructor when call JBBPOut.Bin(Object)
example:
`
`
The text was updated successfully, but these errors were encountered: