CoreNrbfSerializer class CoreNrbfSerializer : INrbfSerializer Core NRBF serializer. Supports common .NET types. Documentation Code public CoreNrbfSerializer() public static bool IsFullySupportedType(Type type) public static bool TryBindToType(TypeName typeName, out Type type) public static bool TryGetObject(SerializationRecord record, out object value) public static bool TryWriteObject(Stream stream, object value)