Including an Existing Class Constructor in an Effect Schema Without Validation

If I have an existing construct like a class constructor and want to include it as a value in an effect schema without validating the construct itself, how would I go about it? Context: I use bigdecimal in my app, and would like to include its values within an Effect schema. I can't parse the value itself, but I would like to use it in the schema as part of a serialization/deserialization system.
Was this page helpful?