Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the corresponding JVM type into .NET classes #418

Closed
masesdevelopers opened this issue Feb 19, 2024 · 0 comments · Fixed by #419, #450 or #460
Closed

Add the corresponding JVM type into .NET classes #418

masesdevelopers opened this issue Feb 19, 2024 · 0 comments · Fixed by #419, #450 or #460
Assignees
Labels
enhancement New feature or request KNet KNet related issue .NET Pull requests that update .net code

Comments

@masesdevelopers
Copy link
Contributor

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

@masesdevelopers masesdevelopers added enhancement New feature or request KNet KNet related issue .NET Pull requests that update .net code labels Feb 19, 2024
@masesdevelopers masesdevelopers self-assigned this Feb 19, 2024
masesdevelopers added a commit that referenced this issue May 18, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request KNet KNet related issue .NET Pull requests that update .net code
Projects
None yet
1 participant