mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
234 lines
7.5 KiB
YAML
234 lines
7.5 KiB
YAML
|
### YamlMime:ManagedReference
|
||
|
items:
|
||
|
- uid: TinyLife.SaveHandler.BindToTypeDelegate
|
||
|
commentId: T:TinyLife.SaveHandler.BindToTypeDelegate
|
||
|
id: SaveHandler.BindToTypeDelegate
|
||
|
parent: TinyLife
|
||
|
children: []
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: SaveHandler.BindToTypeDelegate
|
||
|
nameWithType: SaveHandler.BindToTypeDelegate
|
||
|
fullName: TinyLife.SaveHandler.BindToTypeDelegate
|
||
|
type: Delegate
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife
|
||
|
syntax:
|
||
|
content: public delegate void SaveHandler.BindToTypeDelegate(DefaultSerializationBinder binder, string assemblyName, string typeName, JsonSerializationException originalException, ref Type type)
|
||
|
parameters:
|
||
|
- id: binder
|
||
|
type: Newtonsoft.Json.Serialization.DefaultSerializationBinder
|
||
|
- id: assemblyName
|
||
|
type: System.String
|
||
|
- id: typeName
|
||
|
type: System.String
|
||
|
- id: originalException
|
||
|
type: Newtonsoft.Json.JsonSerializationException
|
||
|
- id: type
|
||
|
type: System.Type
|
||
|
content.vb: Public Delegate Sub SaveHandler.BindToTypeDelegate(binder As DefaultSerializationBinder, assemblyName As String, typeName As String, originalException As JsonSerializationException, type As Type)
|
||
|
extensionMethods:
|
||
|
- TinyLife.SaveHandler.BindToTypeDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||
|
references:
|
||
|
- uid: TinyLife
|
||
|
commentId: N:TinyLife
|
||
|
href: TinyLife.html
|
||
|
name: TinyLife
|
||
|
nameWithType: TinyLife
|
||
|
fullName: TinyLife
|
||
|
- uid: TinyLife.SaveHandler.BindToTypeDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
||
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
parent: TinyLife.Utilities.Extensions
|
||
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
name: JsonCopy<BindToTypeDelegate>(BindToTypeDelegate)
|
||
|
nameWithType: Extensions.JsonCopy<SaveHandler.BindToTypeDelegate>(SaveHandler.BindToTypeDelegate)
|
||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.SaveHandler.BindToTypeDelegate>(TinyLife.SaveHandler.BindToTypeDelegate)
|
||
|
nameWithType.vb: Extensions.JsonCopy(Of SaveHandler.BindToTypeDelegate)(SaveHandler.BindToTypeDelegate)
|
||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.SaveHandler.BindToTypeDelegate)(TinyLife.SaveHandler.BindToTypeDelegate)
|
||
|
name.vb: JsonCopy(Of BindToTypeDelegate)(BindToTypeDelegate)
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.SaveHandler.BindToTypeDelegate)
|
||
|
name: JsonCopy
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
- name: <
|
||
|
- uid: TinyLife.SaveHandler.BindToTypeDelegate
|
||
|
name: BindToTypeDelegate
|
||
|
href: TinyLife.SaveHandler.BindToTypeDelegate.html
|
||
|
- name: '>'
|
||
|
- name: (
|
||
|
- uid: TinyLife.SaveHandler.BindToTypeDelegate
|
||
|
name: BindToTypeDelegate
|
||
|
href: TinyLife.SaveHandler.BindToTypeDelegate.html
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.SaveHandler.BindToTypeDelegate)
|
||
|
name: JsonCopy
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
- name: (
|
||
|
- name: Of
|
||
|
- name: " "
|
||
|
- uid: TinyLife.SaveHandler.BindToTypeDelegate
|
||
|
name: BindToTypeDelegate
|
||
|
href: TinyLife.SaveHandler.BindToTypeDelegate.html
|
||
|
- name: )
|
||
|
- name: (
|
||
|
- uid: TinyLife.SaveHandler.BindToTypeDelegate
|
||
|
name: BindToTypeDelegate
|
||
|
href: TinyLife.SaveHandler.BindToTypeDelegate.html
|
||
|
- name: )
|
||
|
- uid: Newtonsoft.Json.Serialization.DefaultSerializationBinder
|
||
|
commentId: T:Newtonsoft.Json.Serialization.DefaultSerializationBinder
|
||
|
parent: Newtonsoft.Json.Serialization
|
||
|
isExternal: true
|
||
|
name: DefaultSerializationBinder
|
||
|
nameWithType: DefaultSerializationBinder
|
||
|
fullName: Newtonsoft.Json.Serialization.DefaultSerializationBinder
|
||
|
- uid: System.String
|
||
|
commentId: T:System.String
|
||
|
parent: System
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
||
|
name: string
|
||
|
nameWithType: string
|
||
|
fullName: string
|
||
|
nameWithType.vb: String
|
||
|
fullName.vb: String
|
||
|
name.vb: String
|
||
|
- uid: Newtonsoft.Json.JsonSerializationException
|
||
|
commentId: T:Newtonsoft.Json.JsonSerializationException
|
||
|
parent: Newtonsoft.Json
|
||
|
isExternal: true
|
||
|
name: JsonSerializationException
|
||
|
nameWithType: JsonSerializationException
|
||
|
fullName: Newtonsoft.Json.JsonSerializationException
|
||
|
- uid: System.Type
|
||
|
commentId: T:System.Type
|
||
|
parent: System
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
||
|
name: Type
|
||
|
nameWithType: Type
|
||
|
fullName: System.Type
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
name: JsonCopy<T>(T)
|
||
|
nameWithType: Extensions.JsonCopy<T>(T)
|
||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
||
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
||
|
name.vb: JsonCopy(Of T)(T)
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
name: JsonCopy
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
- name: <
|
||
|
- name: T
|
||
|
- name: '>'
|
||
|
- name: (
|
||
|
- name: T
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||
|
name: JsonCopy
|
||
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
||
|
- name: (
|
||
|
- name: Of
|
||
|
- name: " "
|
||
|
- name: T
|
||
|
- name: )
|
||
|
- name: (
|
||
|
- name: T
|
||
|
- name: )
|
||
|
- uid: TinyLife.Utilities.Extensions
|
||
|
commentId: T:TinyLife.Utilities.Extensions
|
||
|
parent: TinyLife.Utilities
|
||
|
href: TinyLife.Utilities.Extensions.html
|
||
|
name: Extensions
|
||
|
nameWithType: Extensions
|
||
|
fullName: TinyLife.Utilities.Extensions
|
||
|
- uid: Newtonsoft.Json.Serialization
|
||
|
commentId: N:Newtonsoft.Json.Serialization
|
||
|
isExternal: true
|
||
|
name: Newtonsoft.Json.Serialization
|
||
|
nameWithType: Newtonsoft.Json.Serialization
|
||
|
fullName: Newtonsoft.Json.Serialization
|
||
|
spec.csharp:
|
||
|
- uid: Newtonsoft
|
||
|
name: Newtonsoft
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Newtonsoft.Json
|
||
|
name: Json
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Newtonsoft.Json.Serialization
|
||
|
name: Serialization
|
||
|
isExternal: true
|
||
|
spec.vb:
|
||
|
- uid: Newtonsoft
|
||
|
name: Newtonsoft
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Newtonsoft.Json
|
||
|
name: Json
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Newtonsoft.Json.Serialization
|
||
|
name: Serialization
|
||
|
isExternal: true
|
||
|
- uid: System
|
||
|
commentId: N:System
|
||
|
isExternal: true
|
||
|
href: https://learn.microsoft.com/dotnet/api/system
|
||
|
name: System
|
||
|
nameWithType: System
|
||
|
fullName: System
|
||
|
- uid: Newtonsoft.Json
|
||
|
commentId: N:Newtonsoft.Json
|
||
|
isExternal: true
|
||
|
name: Newtonsoft.Json
|
||
|
nameWithType: Newtonsoft.Json
|
||
|
fullName: Newtonsoft.Json
|
||
|
spec.csharp:
|
||
|
- uid: Newtonsoft
|
||
|
name: Newtonsoft
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Newtonsoft.Json
|
||
|
name: Json
|
||
|
isExternal: true
|
||
|
spec.vb:
|
||
|
- uid: Newtonsoft
|
||
|
name: Newtonsoft
|
||
|
isExternal: true
|
||
|
- name: .
|
||
|
- uid: Newtonsoft.Json
|
||
|
name: Json
|
||
|
isExternal: true
|
||
|
- uid: TinyLife.Utilities
|
||
|
commentId: N:TinyLife.Utilities
|
||
|
href: TinyLife.html
|
||
|
name: TinyLife.Utilities
|
||
|
nameWithType: TinyLife.Utilities
|
||
|
fullName: TinyLife.Utilities
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife
|
||
|
name: TinyLife
|
||
|
href: TinyLife.html
|
||
|
- name: .
|
||
|
- uid: TinyLife.Utilities
|
||
|
name: Utilities
|
||
|
href: TinyLife.Utilities.html
|
||
|
spec.vb:
|
||
|
- uid: TinyLife
|
||
|
name: TinyLife
|
||
|
href: TinyLife.html
|
||
|
- name: .
|
||
|
- uid: TinyLife.Utilities
|
||
|
name: Utilities
|
||
|
href: TinyLife.Utilities.html
|