Skip to content

Commit

Permalink
Feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jul 7, 2024
1 parent b89862e commit 30e73b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-core/src/serde/series.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ impl Serialize for Series {
let ca = self.null().unwrap();
ca.serialize(serializer)
},
#[cfg(feature = "object")]
DataType::Object(_, _) => Err(S::Error::custom(
"serializing data of type Object is not supported",
)),
Expand Down

0 comments on commit 30e73b4

Please sign in to comment.