Add caveat in primitive-type about evaluated arguments
This commit is contained in:
parent
b1133811a0
commit
7975adbd94
1 changed files with 3 additions and 0 deletions
|
|
@ -224,6 +224,9 @@
|
||||||
but which need additional logic to be performed during serialization and
|
but which need additional logic to be performed during serialization and
|
||||||
deserialization.
|
deserialization.
|
||||||
|
|
||||||
|
Implementations of this method should take into account that type arguments
|
||||||
|
may not always be evaluated before passing to this function.
|
||||||
|
|
||||||
Returns nil for any type which does not have a primitive representation."
|
Returns nil for any type which does not have a primitive representation."
|
||||||
type-dispatch)
|
type-dispatch)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue