Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Pojo Classes -> ASN.1 for RPC

Tags:

java

asn.1

rpc

I would like to do some RPC with the format of the messages being directly defined from Java interfaces, then I want to use some tools to generate the ASN.1 files.

  1. Do you know what tools I can use? (if possible, something that doesn't force me to use any type from an ASN library in the interfaces which describe the format.

  2. Do you know if there are libraries to do RPC with ASN.1 in a JavaSE program?

like image 963
Vincent Cantin Avatar asked Nov 30 '25 13:11

Vincent Cantin


1 Answers

I guess that annotating the classes and writing annotation processor producing ASN could be a way but I can't guess amount of work it will take.

like image 126
Rostislav Matl Avatar answered Dec 03 '25 03:12

Rostislav Matl



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!