T - the type produced after parsing the input value@FunctionalInterface public interface MarshallableParser<T>
Implementations convert a ValueIn representation to an object of type T.
This allows custom logic to be supplied wherever a ValueIn needs to be turned into a concrete object.
| Modifier and Type | Method and Description |
|---|---|
T |
parse(ValueIn valueIn)
Parses the provided
ValueIn into an instance of type T. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.