Class JsonSerializer

    • Constructor Summary

      Constructors 
      Constructor Description
      JsonSerializer​(com.fasterxml.jackson.databind.JsonNode schema)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] serialize​(java.lang.Object event)  
      • Methods inherited from class java.lang.Object

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

      • JsonSerializer

        public JsonSerializer​(com.fasterxml.jackson.databind.JsonNode schema)
    • Method Detail

      • serialize

        public byte[] serialize​(java.lang.Object event)
        Specified by:
        serialize in interface EventSerializer