pub fn serialize_dsl<W, T>(writer: W, value: &T) -> PolarsResult<()>where W: Write, T: Serialize,
serde
Serialize function customized for DslPlan, with stack overflow protection.
DslPlan