Search Results for

    Show / Hide Table of Contents

    Class FCWFormatter

    FCW formatter

    Inheritance
    object
    FormatterBase
    CerasFormatter
    FCWFormatter
    Implements
    IFormatter
    Inherited Members
    FormatterBase.Serialize(object)
    FormatterBase.Deserialize<T>(byte[])
    Namespace: FluentCeVIOWrapper.Common.Models
    Assembly: FluentCeVIOWrapper.Common.dll
    Syntax
    public class FCWFormatter : CerasFormatter, IFormatter

    Constructors

    FCWFormatter(SerializerConfig?)

    コンストラクタ

    Declaration
    public FCWFormatter(SerializerConfig? config = null)
    Parameters
    Type Name Description
    SerializerConfig config

    Properties

    InternalFormatter

    内部フォーマッター

    Declaration
    public CerasSerializer InternalFormatter { get; }
    Property Value
    Type Description
    CerasSerializer

    Methods

    DeserializeInternal<T>(byte[])

    デシリアライズ

    Declaration
    protected override T DeserializeInternal<T>(byte[] bytes)
    Parameters
    Type Name Description
    byte[] bytes
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    Overrides
    CerasFormatter.DeserializeInternal<T>(byte[])

    SerializeInternal(object)

    シリアライズ

    Declaration
    protected override byte[] SerializeInternal(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    byte[]
    Overrides
    CerasFormatter.SerializeInternal(object)

    Implements

    H.Formatters.IFormatter
    In this article
    Back to top FluentCeVIOWrapper