#[derive(AnchorDeserialize)]
{
    // Attributes available to this derive:
    #[borsh_skip]
    #[borsh_init]
}
Expand description

Borsh is the default serialization format for instructions and accounts.