roryprimrose/Headless

Add object constructor and additional type specific overloads to PostEntry

Closed this issue · 0 comments

Creating a PostEntry instance shouldn't require the developer to specifically cast all values to a string. There should be a constructor that takes in object as the value. Other constructor overloads should also be provided for the common value types to avoid boxing/unboxing for the common types.