usestd::marker::PhantomData;modraw;modvalue;/// Serialization strategy using zerocopy for native byte order access.
////// Uses direct memory mapping in native byte order - not portable across endianness.
#[derive(Debug, Clone, Copy)]pubstructZeroCopyStrategy<T>(PhantomData<T>);