-
-
Notifications
You must be signed in to change notification settings - Fork 6
Add the corresponding JVM type into .NET classes #418
Copy link
Copy link
Closed
Labels
.NETPull requests that update .net codePull requests that update .net codeKNetKNet related issueKNet related issueenhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.NETPull requests that update .net codePull requests that update .net codeKNetKNet related issueKNet related issueenhancementNew feature or requestNew feature or request