Interface RecordEncodingDelegate
- All Known Implementing Classes:
DefaultRecordEncodingDelegate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Encapsulates the logic used to convert a PersistentRecord to a Resource.
-
Method Summary
Modifier and TypeMethodDescriptioncom.inductiveautomation.ignition.common.gson.JsonElement
encodeRecord
(RecordEncodingContext context)
-
Method Details
-
encodeRecord
com.inductiveautomation.ignition.common.gson.JsonElement encodeRecord(RecordEncodingContext context)
-