Changes

9 bytes added ,  23:10, 4 January 2021
m
Clarify numeric range methods
Line 149: Line 149:     
==Numeric Ranges==
 
==Numeric Ranges==
The <code>intRange(min,max)</code>, <code>floatRange(min,max)</code>, and <code>doubleRange(min,max)</code> static methods in Codec generate Codecs for Integers, Floats, or Doubles, respectively, for which only a specified inclusive range is valid, and values outside that range will fail to de/serialize.
+
The <code>Codec.intRange(min,max)</code>, <code>Codec.floatRange(min,max)</code>, and <code>Codec.doubleRange(min,max)</code> static methods generate Codecs for Integers, Floats, or Doubles, respectively, for which only a specified inclusive range is valid, and values outside that range will fail to de/serialize.
    
==Maps==
 
==Maps==
22

edits