Once we log RSSL messages to a file using confilg parameter
Connections\Name\traceMsgToFile = True
Or manually writing a message to file through buffer
respMsg.getEncodedBuffer()
How to create the original objects (RespMsg, in this case) from these buffers / Files?
I want to recreate original messages for playback / replaying / testing etc..