[Quickfix-users] Quickfix serialization with JNI.
Brought to you by:
orenmnero
From: Eranga S. <pe...@ri...> - 2006-09-26 09:48:37
|
Hi, Quickfix JNI layer was not serializable. So that what is the correct way to copy fix message values to DTO (data transfer object)? I want to send fix message values through network but in fix independent way. My approach is to extract fix values from message and fill a java bean using those values. Is that causing what is the most correct way to address serialization issue? Thanks BR, Eranga |