• Design
  • API Reference
  • Changelog
  • Contribute
Show / Hide Table of Contents
  • Libplanet
    • Address
    • AddressExtension
    • BencodexExtension
    • ByteUtil
    • Hashcash
    • Hashcash.Stamp
    • HashDigest<T>
    • HashDigestExtension
    • Nonce
  • Libplanet.Action
    • AccountStateGetter
    • ActionEvaluation
    • ActionTypeAttribute
    • AddressStateMap
    • IAccountStateDelta
    • IAction
    • IActionContext
    • IRandom
    • MissingActionTypeException
    • PolymorphicAction<T>
    • RandomExtension
    • UnexpectedlyTerminatedActionException
  • Libplanet.Blockchain
    • BlockChain<T>
    • BlockChain<T>.TipChangedEventArgs
    • IncompleteBlockStatesException
    • MineBlockEventArgs<T>
  • Libplanet.Blockchain.Policies
    • BlockPolicy<T>
    • IBlockPolicy<T>
  • Libplanet.Blocks
    • Block<T>
    • InvalidBlockDifficultyException
    • InvalidBlockException
    • InvalidBlockHashException
    • InvalidBlockIndexException
    • InvalidBlockNonceException
    • InvalidBlockPreviousHashException
    • InvalidBlockTimestampException
  • Libplanet.Crypto
    • InvalidCiphertextException
    • PrivateKey
    • PublicKey
    • SymmetricKey
  • Libplanet.KeyStore
    • IncorrectPassphraseException
    • InvalidKeyJsonException
    • KeyJsonException
    • MismatchedAddressException
    • ProtectedPrivateKey
    • UnsupportedKeyJsonException
  • Libplanet.KeyStore.Ciphers
    • Aes128Ctr
    • ICipher
  • Libplanet.KeyStore.Kdfs
    • IKdf
    • Pbkdf2<T>
    • Scrypt
  • Libplanet.Net
    • ActionExecutionState
    • BlockDownloadState
    • BlockStateDownloadState
    • BoundPeer
    • DifferentAppProtocolVersionException
    • DifferentProtocolVersionEventArgs
    • IceServer
    • IceServerException
    • InvalidMessageException
    • NoSwarmContextException
    • Peer
    • PeerNotFoundException
    • PreloadState
    • StateReferenceDownloadState
    • Swarm<T>
    • SwarmException
  • Libplanet.Serialization
    • BencodexFormatter<T>
    • SerializationInfoExtension
  • Libplanet.Store
    • BaseIndex<TKey, TVal>
    • BaseStore
    • BlockSet<T>
    • ChainIdNotFoundException
    • IStore
    • LiteDBStore
    • StoreExtension
    • TransactionSet<T>
  • Libplanet.Tx
    • InvalidTxException
    • InvalidTxIdException
    • InvalidTxNonceException
    • InvalidTxPublicKeyException
    • InvalidTxSignatureException
    • InvalidTxUpdatedAddressesException
    • Transaction<T>
    • TxId

Class BencodexFormatter<T>

Inheritance
Object
BencodexFormatter<T>
Namespace: Libplanet.Serialization
Assembly: Libplanet.dll
Syntax
public class BencodexFormatter<T> : IFormatter
Type Parameters
Name Description
T

Constructors

| Improve this Doc View Source

BencodexFormatter()

Declaration
public BencodexFormatter()

Properties

| Improve this Doc View Source

Binder

Declaration
public SerializationBinder Binder { get; set; }
Property Value
Type Description
SerializationBinder
| Improve this Doc View Source

Context

Declaration
public StreamingContext Context { get; set; }
Property Value
Type Description
StreamingContext
| Improve this Doc View Source

SurrogateSelector

Declaration
public ISurrogateSelector SurrogateSelector { get; set; }
Property Value
Type Description
ISurrogateSelector

Methods

| Improve this Doc View Source

Deserialize(Stream)

Declaration
public object Deserialize(Stream serializationStream)
Parameters
Type Name Description
Stream serializationStream
Returns
Type Description
Object
| Improve this Doc View Source

Serialize(Stream, Object)

Declaration
public void Serialize(Stream serializationStream, object graph)
Parameters
Type Name Description
Stream serializationStream
Object graph
  • Improve this Doc
  • View Source
Back to top Copyright © 2019 Planetarium
Generated by DocFX