Serializable class abstract
A JSON serializable object.
- Mixed-in types
- Implementers
- AccountMeta
- AccountsFilter
- AddressLookupTableAccount
- AddressLookupTableState
- Block
- BlockCommitment
- BlockhashWithExpiryBlockHeight
- BlockProduction
- Cluster
- ClusterNode
- CommitmentConfig
- ConfirmedSignatureInfo
- DataSlice
- EpochSchedule
- Filter
- GetSignatureStatusesConfig
- HighestSnapshotSlot
- Identity
- InflationGovernor
- InflationRate
- InflationReward
- InnerInstruction
- JsonRpcContext
- JsonRpcNotification
- JsonRpcNotificationResponse
- JsonRpcRequest
- JsonRpcResponse
- JsonRpcResponseContext
- LargeAccount
- LoadedAddress
- LogsFilter
- LogsNotification
- Message
- MessageAddressTableLookup
- MessageHeader
- MessageInstruction
- Meta
- NonceInformation
- PerformanceSample
- PrioritizationFee
- ProgramAccount
- Pubkey
- Reward
- SendTransactionConfig
- SignatureNotification
- SignaturePubkeyPair
- SignatureStatus
- SlotNotification
- SlotRange
- SolanaException
- StakeActivation
- Supply
- TokenAccountsFilter
- TokenAmount
- TokenBalance
- Transaction
- TransactionData
- TransactionInstruction
- TransactionStatus
- UITokenAmount
- ValidatorStakeInfo
- Version
- VoteAccount
- VoteAccountStatus
Constructors
- Serializable.new()
-
Creates a class that can be serialised into a JSON object.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
Serialises
this
class into a JSON object.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited