Interface SerializationContext

All Known Implementing Classes:
ProtoRpcSerializer

public interface SerializationContext
  • Method Summary

    Modifier and Type
    Method
    Description
    com.inductiveautomation.ignition.common.gson.Gson
     
    Encode the supplied object using whatever implicit serializer is registered that can handle it, returning the resulting Value.
    protoEncode(Object any, Class<?> clazz)
    Encodes the supplied object using specific serialization handling for clazz, which could be some more specific type than automatic serialization lookup would use.