Annotation Interface CustomSerdeFactory


@Target(TYPE) @Retention(SOURCE) public @interface CustomSerdeFactory
Define the custom SerdeFactory to use for this service/virtual object/workflow.

This should be placed alongside the Service/VirtualObject/Workflow annotation.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends SerdeFactory>