Package 

Class VariableSerializerKt

    • Method Summary

      Modifier and Type Method Description
      final static VariableMap serialize(Object payload, ObjectMapper mapper) Serialize variables into a map using provided object mapper.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • serialize

         final static VariableMap serialize(Object payload, ObjectMapper mapper)

        Serialize variables into a map using provided object mapper.

        Parameters:
        payload - serialization content
        mapper - optional mapper, if not provided, Jackson default mapper will be used.