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
Is your feature request related to a problem? Please describe.
Currently many classes uses byte[] as JVM type, however it is not the right type for every conversion. In some cases long is managed using Java.Lang.Long, so it can be useful to have the mapping between .NET and JVM types.
Describe the solution you'd like
Starts adding the JVM type into IKNetSerDes<T> and its linked classes or interfaces.
Describe alternatives you've considered
N(A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
* Added generic JVM classes (fix#418)
* Update serializers
* Extend StreamsBuilder with JVM types (fix#418)
* Comments update
* Some updates on serializers
* Updates to fix#418
* Updates on classes to better cover #418
* Update serialization docs
* Added base interface to extract info from SerDes using a non-generic interface
* Added job cancel in case of an update
* Usage of IsDirectBuffered across the classes
* Class rename
* Identified the original serdes classes
Is your feature request related to a problem? Please describe.
Currently many classes uses
byte[]
as JVM type, however it is not the right type for every conversion. In some caseslong
is managed usingJava.Lang.Long
, so it can be useful to have the mapping between .NET and JVM types.Describe the solution you'd like
Starts adding the JVM type into
IKNetSerDes<T>
and its linked classes or interfaces.Describe alternatives you've considered
N(A
Additional context
N/A
The text was updated successfully, but these errors were encountered: