C8yStringCustomAsset
public struct C8yStringCustomAsset : C8yCustomAsset
Concrete implementation of C8yCustomAsset to encode a string based custom asset
-
Undocumented
Declaration
Swift
public var value: String -
New instance wrapping giving String asset
Declaration
Swift
public init(_ value: String) -
Not used
Declaration
Swift
public init(from decoder: Decoder) throws -
Not used
Declaration
Swift
public mutating func decode(_ container: KeyedDecodingContainer<C8yCustomAssetProcessor.AssetObjectKey>, forKey: C8yCustomAssetProcessor.AssetObjectKey) throws -
Not used
Declaration
Swift
public func encode(_ container: KeyedEncodingContainer<C8yCustomAssetProcessor.AssetObjectKey>, forKey: C8yCustomAssetProcessor.AssetObjectKey) throws -> KeyedEncodingContainer<C8yCustomAssetProcessor.AssetObjectKey>
View on GitHub
C8yStringCustomAsset Structure Reference