// Copyright Amazon.com, Inc. or its affiliates.
//! Provides utility to serialize Ion data from [`Element`] into common targets
//! such as byte buffers or files.
use crateIonResult;
use crate::;
// Used in tests and for multiple feature flags
/// Serializes [`Element`] instances into some kind of output sink.