Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

MessagePackDecoder_NonMatchingFloatDecodingStrategy

mattt edited this page Apr 24, 2021 · 1 revision

MessagePackDecoder.NonMatchingFloatDecodingStrategy

The strategies for decoding floating point values when their format doesn't match.

public enum NonMatchingFloatDecodingStrategy

Enumeration Cases

strict

Throws a DecodingError.typeMismatch

case strict

cast

Performs a cast

case cast