# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ValidateImplements will verify that the built value implements the given interface
Pass interfaces using "(*I)(nil)", like in this example:
type MyInterface interface { MyMethod(int) bool }
ValidateImplements((*MyInterface)(nil))
You will only be able to validate interfaces with exported methods, you will not be able to validate any that have one or more unexported methods.
# Interfaces
設計一個 `registry` 接口, 能夠註冊多種類型的序列化或反序列化 serialize, deserialize (serde).
設計一個 `registry` 接口, 能夠註冊多種類型的序列化或反序列化 serialize, deserialize (serde).
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
設計一個 `registry` 接口, 能夠註冊多種類型的序列化或反序列化 serialize, deserialize (serde).
設計一個 `registry` 接口, 能夠註冊多種類型的序列化或反序列化 serialize, deserialize (serde).
No description provided by the author