Naming Encoded Side of Class Schema to Avoid Compiler Serialization Error
Is there any way to give the encoded side of a class schema a name without losing the fact that it is a class (and the static side that comes with it)? I am getting
The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed., The Type side is named via the class name, and I am hoping that giving names to the encoded side will alleviate the message.