Layer7 API Management

Expand all | Collapse all

What serialization mechanism does the Remote Cache Assertion use?

  • 1.  What serialization mechanism does the Remote Cache Assertion use?

    Posted Jan 18, 2018 03:39 PM

    Hi all,

     

    We're currently using Remote Cache Assertion (server Module File provided by CA) for caching a service response in Redis. However, we'd like to read from the same cache from an standalone application. 

     

    Is there a specific serialization mechanism/library used to store an element into the remote cache? Right now, our standalone app is having issues deserializing the object.

     

    Thanks in advance,

    -Jaime



  • 2.  Re: What serialization mechanism does the Remote Cache Assertion use?

    Broadcom Employee
    Posted Jan 02, 2019 01:32 PM

    This assertion has its own mechanism of serializing the data as follows which may subject to change:

     

    The first 4 bytes indicates the length of the content type, follow by the content type, and then the message body.